Shades of Bitter Lemon #D2D529
Tints of Bitter Lemon #D2D529
RGB
CMYK
RGB Variations
Color information
#D2D529 (or 0xD2D529) is known color: Bitter Lemon. HEX triplet: D2, D5 and 29. RGB value is (210,213,41). Sum of RGB (Red+Green+Blue) = 210+213+41=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D529 is #2D2AD6. Grayscale: #C1C1C1. Windows color (decimal): -2960087 or 2741714. OLE color: 2741714.
HSL color Cylindrical-coordinate representation of color #D2D529: hue angle of 61.05º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2D529 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 41 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.16 |
| HSL | 61.05º | 0.68% | 0.5% | - |
| HSV(B) | 61.05º | 0.81% | 0.84% | - |
| XYZ | 50.77 | 61.45 | 11.28 | - |
| YUV | 192.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 41 | 0.01 | 0 | 0.81 | 0.16 | 61.05 | 0.68 | 0.5 |
| Hex | D2 | D5 | 29 | 1 | 0 | 51 | 10 | 3D | 44 | 32 |
| Octal | 322 | 325 | 51 | 1 | 0 | 121 | 20 | 75 | 104 | 62 |
| Binary | 11010010 | 11010101 | 101001 | 1 | 0 | 1010001 | 10000 | 111101 | 1000100 | 110010 |
Color Harmonies of #D2D529
Complementary color
Monochromatic Colors of #D2D529
Black with #D2D529
Text Example
Text Example
White with #D2D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D529; }
p { color: rgb(210,213,41); }
H1.HeaderClassName
{
color: #D2D529;
}
.AnyTagClassName
{
color: #D2D529;
}
</style>
background-color css
<style>
a { background-color: #D2D529; }
a { background-color: rgb(210,213,41); }
div.DivClassName
{
background-color: #D2D529;
}
.BgClassName
{
background-color: #D2D529;
}
</style>
border-color css
<style>
span { border-color: #D2D529; }
span { border-color: rgb(210,213,41); }
td.TdClassName
{
border-color: #D2D529;
}
.TagClassName
{
border-color: #D2D529;
}
</style>