Shades of Bitter Lemon #D9D22C
Tints of Bitter Lemon #D9D22C
RGB
CMYK
RGB Variations
Color information
#D9D22C (or 0xD9D22C) is known color: Bitter Lemon. HEX triplet: D9, D2 and 2C. RGB value is (217,210,44). Sum of RGB (Red+Green+Blue) = 217+210+44=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D22C is #262DD3. Grayscale: #C1C1C1. Windows color (decimal): -2502100 or 2937561. OLE color: 2937561.
HSL color Cylindrical-coordinate representation of color #D9D22C: hue angle of 57.57º 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 #D9D22C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 44 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.15 |
| HSL | 57.57º | 0.69% | 0.51% | - |
| HSV(B) | 57.57º | 0.8% | 0.85% | - |
| XYZ | 52.12 | 61.03 | 11.42 | - |
| YUV | 193.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 44 | 0 | 0.03 | 0.80 | 0.15 | 57.57 | 0.69 | 0.51 |
| Hex | D9 | D2 | 2C | 0 | 3 | 50 | F | 3A | 45 | 33 |
| Octal | 331 | 322 | 54 | 0 | 3 | 120 | 17 | 72 | 105 | 63 |
| Binary | 11011001 | 11010010 | 101100 | 0 | 11 | 1010000 | 1111 | 111010 | 1000101 | 110011 |
Color Harmonies of #D9D22C
Complementary color
Monochromatic Colors of #D9D22C
Black with #D9D22C
Text Example
Text Example
White with #D9D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D22C; }
p { color: rgb(217,210,44); }
H1.HeaderClassName
{
color: #D9D22C;
}
.AnyTagClassName
{
color: #D9D22C;
}
</style>
background-color css
<style>
a { background-color: #D9D22C; }
a { background-color: rgb(217,210,44); }
div.DivClassName
{
background-color: #D9D22C;
}
.BgClassName
{
background-color: #D9D22C;
}
</style>
border-color css
<style>
span { border-color: #D9D22C; }
span { border-color: rgb(217,210,44); }
td.TdClassName
{
border-color: #D9D22C;
}
.TagClassName
{
border-color: #D9D22C;
}
</style>