#deb12c color space conversions
Hex:
        #deb12c
        RGB:
        222, 177, 44
        CMY:
        13, 31, 83
        CMYK:
        0, 20, 80, 13
      HSL:
        45°, 72.9508%, 52.1569%
        HSV (HSB):
        45°, 80.1802%, 87.0588%
        XYZ:
        46.3010, 47.1557, 9.0445
        xyY:
        0.4517, 0.4601, 47.1557
      CIE-Lab:
        74.2893, 4.2398, 68.4065
        CIE-LCH:
        74.2893, 68.5378, 86.4534
        CIE-Luv:
        74.2893, 38.0189, 72.6555
        Hunter-Lab:
        68.6700, 0.1816, 40.2599
      #deb12c color charts
#deb12c RGB chart
      #deb12c CMYK chart
      #deb12c RGB pie chart
      #deb12c color shades, tints & tones
#deb12c color schemes
#deb12c color preview, HTML & CSS examples
           This text has a color of #deb12c        
        
          <p style="color:#deb12c;">Text here</p>
        
        
          .mytext {color:#deb12c;}
        
        Text color #deb12c
      
           This box has a color of #deb12c        
        
          <div style="background-color:#deb12c;">Content here</div>
        
        
          .mybackground {background-color:#deb12c;}
        
        Background color #deb12c
      
           Border around this has a color of #deb12c        
        
          <div style="border:2px solid #deb12c;">Content here</div>
        
        
          .myborder {border:2px solid #deb12c;}
        
        Border color #deb12c