#dc500e color space conversions
Hex:
        #dc500e
        RGB:
        220, 80, 14
        CMY:
        14, 69, 95
        CMYK:
        0, 64, 94, 14
      HSL:
        19°, 88.0342%, 45.8824%
        HSV (HSB):
        19°, 93.6364%, 86.2745%
        XYZ:
        32.4631, 20.9847, 2.7549
        xyY:
        0.5776, 0.3734, 20.9847
      CIE-Lab:
        52.9327, 52.3817, 60.1349
        CIE-LCH:
        52.9327, 79.7499, 48.9419
        CIE-Luv:
        52.9327, 115.2125, 43.2998
        Hunter-Lab:
        45.8090, 46.3304, 28.5007
      #dc500e color charts
#dc500e RGB chart
      #dc500e CMYK chart
      #dc500e RGB pie chart
      #dc500e color shades, tints & tones
#dc500e color schemes
#dc500e color preview, HTML & CSS examples
           This text has a color of #dc500e        
        
          <p style="color:#dc500e;">Text here</p>
        
        
          .mytext {color:#dc500e;}
        
        Text color #dc500e
      
           This box has a color of #dc500e        
        
          <div style="background-color:#dc500e;">Content here</div>
        
        
          .mybackground {background-color:#dc500e;}
        
        Background color #dc500e
      
           Border around this has a color of #dc500e        
        
          <div style="border:2px solid #dc500e;">Content here</div>
        
        
          .myborder {border:2px solid #dc500e;}
        
        Border color #dc500e