Shades of Bitter Lemon #D9D02C
Tints of Bitter Lemon #D9D02C
RGB
CMYK
RGB Variations
Color information
#D9D02C (or 0xD9D02C) is known color: Bitter Lemon. HEX triplet: D9, D0 and 2C. RGB value is (217,208,44). Sum of RGB (Red+Green+Blue) = 217+208+44=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D02C is #262FD3. Grayscale: #C0C0C0. Windows color (decimal): -2502612 or 2937049. OLE color: 2937049.
HSL color Cylindrical-coordinate representation of color #D9D02C: hue angle of 56.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9D02C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 44 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.15 |
| HSL | 56.88º | 0.69% | 0.51% | - |
| HSV(B) | 56.88º | 0.8% | 0.85% | - |
| XYZ | 51.63 | 60.05 | 11.25 | - |
| YUV | 192 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 44 | 0 | 0.04 | 0.80 | 0.15 | 56.88 | 0.69 | 0.51 |
| Hex | D9 | D0 | 2C | 0 | 4 | 50 | F | 39 | 45 | 33 |
| Octal | 331 | 320 | 54 | 0 | 4 | 120 | 17 | 71 | 105 | 63 |
| Binary | 11011001 | 11010000 | 101100 | 0 | 100 | 1010000 | 1111 | 111001 | 1000101 | 110011 |
Color Harmonies of #D9D02C
Complementary color
Monochromatic Colors of #D9D02C
Black with #D9D02C
Text Example
Text Example
White with #D9D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D02C; }
p { color: rgb(217,208,44); }
H1.HeaderClassName
{
color: #D9D02C;
}
.AnyTagClassName
{
color: #D9D02C;
}
</style>
background-color css
<style>
a { background-color: #D9D02C; }
a { background-color: rgb(217,208,44); }
div.DivClassName
{
background-color: #D9D02C;
}
.BgClassName
{
background-color: #D9D02C;
}
</style>
border-color css
<style>
span { border-color: #D9D02C; }
span { border-color: rgb(217,208,44); }
td.TdClassName
{
border-color: #D9D02C;
}
.TagClassName
{
border-color: #D9D02C;
}
</style>