Shades of Bitter Lemon #D2D02F
Tints of Bitter Lemon #D2D02F
RGB
CMYK
RGB Variations
Color information
#D2D02F (or 0xD2D02F) is known color: Bitter Lemon. HEX triplet: D2, D0 and 2F. RGB value is (210,208,47). Sum of RGB (Red+Green+Blue) = 210+208+47=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D02F is #2D2FD0. Grayscale: #BEBEBE. Windows color (decimal): -2961361 or 3133650. OLE color: 3133650.
HSL color Cylindrical-coordinate representation of color #D2D02F: hue angle of 59.26º 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 #D2D02F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 47 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.18 |
| HSL | 59.26º | 0.64% | 0.5% | - |
| HSV(B) | 59.26º | 0.78% | 0.82% | - |
| XYZ | 49.65 | 59.02 | 11.46 | - |
| YUV | 190.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 47 | 0 | 0.01 | 0.78 | 0.18 | 59.26 | 0.64 | 0.5 |
| Hex | D2 | D0 | 2F | 0 | 1 | 4E | 12 | 3B | 40 | 32 |
| Octal | 322 | 320 | 57 | 0 | 1 | 116 | 22 | 73 | 100 | 62 |
| Binary | 11010010 | 11010000 | 101111 | 0 | 1 | 1001110 | 10010 | 111011 | 1000000 | 110010 |
Color Harmonies of #D2D02F
Complementary color
Monochromatic Colors of #D2D02F
Black with #D2D02F
Text Example
Text Example
White with #D2D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D02F; }
p { color: rgb(210,208,47); }
H1.HeaderClassName
{
color: #D2D02F;
}
.AnyTagClassName
{
color: #D2D02F;
}
</style>
background-color css
<style>
a { background-color: #D2D02F; }
a { background-color: rgb(210,208,47); }
div.DivClassName
{
background-color: #D2D02F;
}
.BgClassName
{
background-color: #D2D02F;
}
</style>
border-color css
<style>
span { border-color: #D2D02F; }
span { border-color: rgb(210,208,47); }
td.TdClassName
{
border-color: #D2D02F;
}
.TagClassName
{
border-color: #D2D02F;
}
</style>