Shades of Bitter Lemon #DCD62F
Tints of Bitter Lemon #DCD62F
RGB
CMYK
RGB Variations
Color information
#DCD62F (or 0xDCD62F) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2F. RGB value is (220,214,47). Sum of RGB (Red+Green+Blue) = 220+214+47=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62F is #2329D0. Grayscale: #C5C5C5. Windows color (decimal): -2304465 or 3135196. OLE color: 3135196.
HSL color Cylindrical-coordinate representation of color #DCD62F: hue angle of 57.92º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD62F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 47 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.14 |
| HSL | 57.92º | 0.71% | 0.52% | - |
| HSV(B) | 57.92º | 0.79% | 0.86% | - |
| XYZ | 54.07 | 63.51 | 12.1 | - |
| YUV | 196.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 47 | 0 | 0.03 | 0.79 | 0.14 | 57.92 | 0.71 | 0.52 |
| Hex | DC | D6 | 2F | 0 | 3 | 4F | E | 3A | 47 | 34 |
| Octal | 334 | 326 | 57 | 0 | 3 | 117 | 16 | 72 | 107 | 64 |
| Binary | 11011100 | 11010110 | 101111 | 0 | 11 | 1001111 | 1110 | 111010 | 1000111 | 110100 |
Color Harmonies of #DCD62F
Complementary color
Monochromatic Colors of #DCD62F
Black with #DCD62F
Text Example
Text Example
White with #DCD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD62F; }
p { color: rgb(220,214,47); }
H1.HeaderClassName
{
color: #DCD62F;
}
.AnyTagClassName
{
color: #DCD62F;
}
</style>
background-color css
<style>
a { background-color: #DCD62F; }
a { background-color: rgb(220,214,47); }
div.DivClassName
{
background-color: #DCD62F;
}
.BgClassName
{
background-color: #DCD62F;
}
</style>
border-color css
<style>
span { border-color: #DCD62F; }
span { border-color: rgb(220,214,47); }
td.TdClassName
{
border-color: #DCD62F;
}
.TagClassName
{
border-color: #DCD62F;
}
</style>