#dbdc42 color space conversions
Hex:
        #dbdc42
        RGB:
        219, 220, 66
        CMY:
        14, 14, 74
        CMYK:
        0, 0, 70, 14
      HSL:
        60°, 68.7500%, 56.0784%
        HSV (HSB):
        60°, 70.0000%, 86.2745%
        XYZ:
        55.7900, 66.6398, 15.0766
        xyY:
        0.4057, 0.4846, 66.6398
      CIE-Lab:
        85.3217, -18.0898, 71.2235
        CIE-LCH:
        85.3217, 73.4848, 104.2510
        CIE-Luv:
        85.3217, 5.4562, 84.9555
        Hunter-Lab:
        81.6332, -20.8672, 46.1932
      #dbdc42 color charts
#dbdc42 RGB chart
      #dbdc42 CMYK chart
      #dbdc42 RGB pie chart
      #dbdc42 color shades, tints & tones
#dbdc42 color schemes
#dbdc42 color preview, HTML & CSS examples
           This text has a color of #dbdc42        
        
          <p style="color:#dbdc42;">Text here</p>
        
        
          .mytext {color:#dbdc42;}
        
        Text color #dbdc42
      
           This box has a color of #dbdc42        
        
          <div style="background-color:#dbdc42;">Content here</div>
        
        
          .mybackground {background-color:#dbdc42;}
        
        Background color #dbdc42
      
           Border around this has a color of #dbdc42        
        
          <div style="border:2px solid #dbdc42;">Content here</div>
        
        
          .myborder {border:2px solid #dbdc42;}
        
        Border color #dbdc42