Shades of Bitter Lemon #D9D529
Tints of Bitter Lemon #D9D529
RGB
CMYK
RGB Variations
Color information
#D9D529 (or 0xD9D529) is known color: Bitter Lemon. HEX triplet: D9, D5 and 29. RGB value is (217,213,41). Sum of RGB (Red+Green+Blue) = 217+213+41=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D529 is #262AD6. Grayscale: #C3C3C3. Windows color (decimal): -2501335 or 2741721. OLE color: 2741721.
HSL color Cylindrical-coordinate representation of color #D9D529: hue angle of 58.64º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9D529 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 41 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.15 |
| HSL | 58.64º | 0.7% | 0.51% | - |
| HSV(B) | 58.64º | 0.81% | 0.85% | - |
| XYZ | 52.81 | 62.5 | 11.38 | - |
| YUV | 194.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 41 | 0 | 0.02 | 0.81 | 0.15 | 58.64 | 0.7 | 0.51 |
| Hex | D9 | D5 | 29 | 0 | 2 | 51 | F | 3B | 46 | 33 |
| Octal | 331 | 325 | 51 | 0 | 2 | 121 | 17 | 73 | 106 | 63 |
| Binary | 11011001 | 11010101 | 101001 | 0 | 10 | 1010001 | 1111 | 111011 | 1000110 | 110011 |
Color Harmonies of #D9D529
Complementary color
Monochromatic Colors of #D9D529
Black with #D9D529
Text Example
Text Example
White with #D9D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D529; }
p { color: rgb(217,213,41); }
H1.HeaderClassName
{
color: #D9D529;
}
.AnyTagClassName
{
color: #D9D529;
}
</style>
background-color css
<style>
a { background-color: #D9D529; }
a { background-color: rgb(217,213,41); }
div.DivClassName
{
background-color: #D9D529;
}
.BgClassName
{
background-color: #D9D529;
}
</style>
border-color css
<style>
span { border-color: #D9D529; }
span { border-color: rgb(217,213,41); }
td.TdClassName
{
border-color: #D9D529;
}
.TagClassName
{
border-color: #D9D529;
}
</style>