Shades of Bitter Lemon #D9D327
Tints of Bitter Lemon #D9D327
RGB
CMYK
RGB Variations
Color information
#D9D327 (or 0xD9D327) is known color: Bitter Lemon. HEX triplet: D9, D3 and 27. RGB value is (217,211,39). Sum of RGB (Red+Green+Blue) = 217+211+39=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D327 is #262CD8. Grayscale: #C1C1C1. Windows color (decimal): -2501849 or 2610137. OLE color: 2610137.
HSL color Cylindrical-coordinate representation of color #D9D327: hue angle of 57.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9D327 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 39 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.15 |
| HSL | 57.98º | 0.7% | 0.5% | - |
| HSV(B) | 57.98º | 0.82% | 0.85% | - |
| XYZ | 52.28 | 61.49 | 11.03 | - |
| YUV | 193.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 39 | 0 | 0.03 | 0.82 | 0.15 | 57.98 | 0.7 | 0.5 |
| Hex | D9 | D3 | 27 | 0 | 3 | 52 | F | 3A | 46 | 32 |
| Octal | 331 | 323 | 47 | 0 | 3 | 122 | 17 | 72 | 106 | 62 |
| Binary | 11011001 | 11010011 | 100111 | 0 | 11 | 1010010 | 1111 | 111010 | 1000110 | 110010 |
Color Harmonies of #D9D327
Complementary color
Monochromatic Colors of #D9D327
Black with #D9D327
Text Example
Text Example
White with #D9D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D327; }
p { color: rgb(217,211,39); }
H1.HeaderClassName
{
color: #D9D327;
}
.AnyTagClassName
{
color: #D9D327;
}
</style>
background-color css
<style>
a { background-color: #D9D327; }
a { background-color: rgb(217,211,39); }
div.DivClassName
{
background-color: #D9D327;
}
.BgClassName
{
background-color: #D9D327;
}
</style>
border-color css
<style>
span { border-color: #D9D327; }
span { border-color: rgb(217,211,39); }
td.TdClassName
{
border-color: #D9D327;
}
.TagClassName
{
border-color: #D9D327;
}
</style>