#dcc260 color space conversions
Hex:
        #dcc260
        RGB:
        220, 194, 96
        CMY:
        14, 24, 62
        CMYK:
        0, 12, 56, 14
      HSL:
        47°, 63.9175%, 61.9608%
        HSV (HSB):
        47°, 56.3636%, 86.2745%
        XYZ:
        50.9183, 54.6437, 18.9299
        xyY:
        0.4090, 0.4389, 54.6437
      CIE-Lab:
        78.8356, -2.6909, 51.8851
        CIE-LCH:
        78.8356, 51.9549, 92.9688
        CIE-Luv:
        78.8356, 22.3278, 63.5180
        Hunter-Lab:
        73.9214, -6.4087, 36.5619
      #dcc260 color charts
#dcc260 RGB chart
      #dcc260 CMYK chart
      #dcc260 RGB pie chart
      #dcc260 color shades, tints & tones
#dcc260 color schemes
#dcc260 color preview, HTML & CSS examples
           This text has a color of #dcc260        
        
          <p style="color:#dcc260;">Text here</p>
        
        
          .mytext {color:#dcc260;}
        
        Text color #dcc260
      
           This box has a color of #dcc260        
        
          <div style="background-color:#dcc260;">Content here</div>
        
        
          .mybackground {background-color:#dcc260;}
        
        Background color #dcc260
      
           Border around this has a color of #dcc260        
        
          <div style="border:2px solid #dcc260;">Content here</div>
        
        
          .myborder {border:2px solid #dcc260;}
        
        Border color #dcc260