Shades of Bitter Lemon #DCD62D
Tints of Bitter Lemon #DCD62D
RGB
CMYK
RGB Variations
Color information
#DCD62D (or 0xDCD62D) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2D. RGB value is (220,214,45). Sum of RGB (Red+Green+Blue) = 220+214+45=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62D is #2329D2. Grayscale: #C5C5C5. Windows color (decimal): -2304467 or 3004124. OLE color: 3004124.
HSL color Cylindrical-coordinate representation of color #DCD62D: hue angle of 57.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD62D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 45 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.14 |
| HSL | 57.94º | 0.71% | 0.52% | - |
| HSV(B) | 57.94º | 0.8% | 0.86% | - |
| XYZ | 54.04 | 63.5 | 11.89 | - |
| YUV | 196.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 45 | 0 | 0.03 | 0.80 | 0.14 | 57.94 | 0.71 | 0.52 |
| Hex | DC | D6 | 2D | 0 | 3 | 50 | E | 3A | 47 | 34 |
| Octal | 334 | 326 | 55 | 0 | 3 | 120 | 16 | 72 | 107 | 64 |
| Binary | 11011100 | 11010110 | 101101 | 0 | 11 | 1010000 | 1110 | 111010 | 1000111 | 110100 |
Color Harmonies of #DCD62D
Complementary color
Monochromatic Colors of #DCD62D
Black with #DCD62D
Text Example
Text Example
White with #DCD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD62D; }
p { color: rgb(220,214,45); }
H1.HeaderClassName
{
color: #DCD62D;
}
.AnyTagClassName
{
color: #DCD62D;
}
</style>
background-color css
<style>
a { background-color: #DCD62D; }
a { background-color: rgb(220,214,45); }
div.DivClassName
{
background-color: #DCD62D;
}
.BgClassName
{
background-color: #DCD62D;
}
</style>
border-color css
<style>
span { border-color: #DCD62D; }
span { border-color: rgb(220,214,45); }
td.TdClassName
{
border-color: #DCD62D;
}
.TagClassName
{
border-color: #DCD62D;
}
</style>