#d0b00c color space conversions
Hex:
        #d0b00c
        RGB:
        208, 176, 12
        CMY:
        18, 31, 95
        CMYK:
        0, 15, 94, 18
      HSL:
        50°, 89.0909%, 43.1373%
        HSV (HSB):
        50°, 94.2308%, 81.5686%
        XYZ:
        41.6041, 44.4871, 6.7419
        xyY:
        0.4482, 0.4792, 44.4871
      CIE-Lab:
        72.5529, -2.0558, 73.5541
        CIE-LCH:
        72.5529, 73.5828, 91.6010
        CIE-Luv:
        72.5529, 28.6710, 76.1949
        Hunter-Lab:
        66.6987, -5.3810, 40.6960
      #d0b00c color charts
#d0b00c RGB chart
      #d0b00c CMYK chart
      #d0b00c RGB pie chart
      #d0b00c color shades, tints & tones
#d0b00c color schemes
#d0b00c color preview, HTML & CSS examples
           This text has a color of #d0b00c        
        
          <p style="color:#d0b00c;">Text here</p>
        
        
          .mytext {color:#d0b00c;}
        
        Text color #d0b00c
      
           This box has a color of #d0b00c        
        
          <div style="background-color:#d0b00c;">Content here</div>
        
        
          .mybackground {background-color:#d0b00c;}
        
        Background color #d0b00c
      
           Border around this has a color of #d0b00c        
        
          <div style="border:2px solid #d0b00c;">Content here</div>
        
        
          .myborder {border:2px solid #d0b00c;}
        
        Border color #d0b00c