Decimal Degrees to Degrees, Minutes, Seconds Converter

Convert decimal degrees to degrees, minutes, and seconds (DMS) using a trusted, transparent calculator aligned with geospatial conventions.

Decimal Degrees Input

How to Use This Converter

Enter a decimal degree value to instantly see the equivalent degrees, minutes, and seconds output. The converter mirrors how surveyors and navigators split the whole number and fractional parts to arrive at DMS notation.

Methodology

We isolate the whole-number portion of the decimal degrees as the degrees. The remaining fractional portion is multiplied by 60 to yield minutes. Any leftover fraction from the minutes calculation is again multiplied by 60 to provide seconds. Seconds are rounded to two decimal places to keep precision manageable.

Data Source and Methodology: All conversions rely on the standard relationship between decimal degrees and sexagesimal units (degrees, minutes, seconds) used in geospatial systems worldwide.

How the conversion works

  • Degrees = integer part of the decimal degree value.
  • Minutes = integer part of the fractional portion × 60.
  • Seconds = (remaining fraction after minutes conversion) × 3600, rounded to two decimal places.

Step-by-step example

For 123.456 decimal degrees you will see:

  • Degrees = 123
  • Minutes = 27 (0.456 × 60)
  • Seconds = 16.56 ((0.456 - 0.27) × 3600)

Frequently Asked Questions (FAQ)

What is decimal degrees?

Decimal degrees (DD) express latitude and longitude geographic coordinates as a decimal fraction rather than in degrees, minutes, and seconds.

How do I convert DD to DMS?

To convert decimal degrees to DMS, split the decimal value into its integer and fractional parts, convert the fractional portion to minutes by multiplying by 60, and convert any leftover decimal from the minutes to seconds by multiplying by 60 again.

Formulas

Conversion formulas

Degrees = integer part of decimal degrees
Minutes = integer part of (decimal degrees - degrees) × 60
Seconds = (decimal degrees - degrees - minutes/60) × 3600
            

We reuse the same unit definitions used in surveying and navigation standards to ensure consistency.

Citations
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0