Coordinate DMS to DD Converter
Convert GPS coordinates between Degrees Minutes Seconds (DMS) and Decimal Degrees (DD) formats
Latitude (DMS)
Longitude (DMS)
Decimal Degrees Result
Latitude
40.446111
Longitude
-79.982222
40.446111, -79.982222
About Coordinate Formats
DMS (Degrees Minutes Seconds): Traditional format using degrees (°), minutes ('), and seconds ("). Example: 40° 26' 46" N, 79° 58' 56" W
DD (Decimal Degrees): Modern format using decimal numbers. Negative values indicate South latitude or West longitude. Example: 40.446111, -79.982222
Conversion: DD = Degrees + Minutes/60 + Seconds/3600