Shades of Bitter Lemon #D2D429
Tints of Bitter Lemon #D2D429
RGB
CMYK
RGB Variations
Color information
#D2D429 (or 0xD2D429) is known color: Bitter Lemon. HEX triplet: D2, D4 and 29. RGB value is (210,212,41). Sum of RGB (Red+Green+Blue) = 210+212+41=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D429 is #2D2BD6. Grayscale: #C0C0C0. Windows color (decimal): -2960343 or 2741458. OLE color: 2741458.
HSL color Cylindrical-coordinate representation of color #D2D429: hue angle of 60.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2D429 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 41 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.17 |
| HSL | 60.7º | 0.68% | 0.5% | - |
| HSV(B) | 60.7º | 0.81% | 0.83% | - |
| XYZ | 50.52 | 60.95 | 11.2 | - |
| YUV | 191.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 41 | 0.01 | 0 | 0.81 | 0.17 | 60.7 | 0.68 | 0.5 |
| Hex | D2 | D4 | 29 | 1 | 0 | 51 | 11 | 3D | 44 | 32 |
| Octal | 322 | 324 | 51 | 1 | 0 | 121 | 21 | 75 | 104 | 62 |
| Binary | 11010010 | 11010100 | 101001 | 1 | 0 | 1010001 | 10001 | 111101 | 1000100 | 110010 |
Color Harmonies of #D2D429
Complementary color
Monochromatic Colors of #D2D429
Black with #D2D429
Text Example
Text Example
White with #D2D429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D429; }
p { color: rgb(210,212,41); }
H1.HeaderClassName
{
color: #D2D429;
}
.AnyTagClassName
{
color: #D2D429;
}
</style>
background-color css
<style>
a { background-color: #D2D429; }
a { background-color: rgb(210,212,41); }
div.DivClassName
{
background-color: #D2D429;
}
.BgClassName
{
background-color: #D2D429;
}
</style>
border-color css
<style>
span { border-color: #D2D429; }
span { border-color: rgb(210,212,41); }
td.TdClassName
{
border-color: #D2D429;
}
.TagClassName
{
border-color: #D2D429;
}
</style>