Shades of Bitter Lemon #D2CE2F
Tints of Bitter Lemon #D2CE2F
RGB
CMYK
RGB Variations
Color information
#D2CE2F (or 0xD2CE2F) is known color: Bitter Lemon. HEX triplet: D2, CE and 2F. RGB value is (210,206,47). Sum of RGB (Red+Green+Blue) = 210+206+47=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE2F is #2D31D0. Grayscale: #BDBDBD. Windows color (decimal): -2961873 or 3133138. OLE color: 3133138.
HSL color Cylindrical-coordinate representation of color #D2CE2F: hue angle of 58.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2CE2F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 47 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.18 |
| HSL | 58.53º | 0.64% | 0.5% | - |
| HSV(B) | 58.53º | 0.78% | 0.82% | - |
| XYZ | 49.16 | 58.05 | 11.3 | - |
| YUV | 189.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 47 | 0 | 0.02 | 0.78 | 0.18 | 58.53 | 0.64 | 0.5 |
| Hex | D2 | CE | 2F | 0 | 2 | 4E | 12 | 3B | 40 | 32 |
| Octal | 322 | 316 | 57 | 0 | 2 | 116 | 22 | 73 | 100 | 62 |
| Binary | 11010010 | 11001110 | 101111 | 0 | 10 | 1001110 | 10010 | 111011 | 1000000 | 110010 |
Color Harmonies of #D2CE2F
Complementary color
Monochromatic Colors of #D2CE2F
Black with #D2CE2F
Text Example
Text Example
White with #D2CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE2F; }
p { color: rgb(210,206,47); }
H1.HeaderClassName
{
color: #D2CE2F;
}
.AnyTagClassName
{
color: #D2CE2F;
}
</style>
background-color css
<style>
a { background-color: #D2CE2F; }
a { background-color: rgb(210,206,47); }
div.DivClassName
{
background-color: #D2CE2F;
}
.BgClassName
{
background-color: #D2CE2F;
}
</style>
border-color css
<style>
span { border-color: #D2CE2F; }
span { border-color: rgb(210,206,47); }
td.TdClassName
{
border-color: #D2CE2F;
}
.TagClassName
{
border-color: #D2CE2F;
}
</style>