Shades of Bitter Lemon #D9D32F
Tints of Bitter Lemon #D9D32F
RGB
CMYK
RGB Variations
Color information
#D9D32F (or 0xD9D32F) is known color: Bitter Lemon. HEX triplet: D9, D3 and 2F. RGB value is (217,211,47). Sum of RGB (Red+Green+Blue) = 217+211+47=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D32F is #262CD0. Grayscale: #C2C2C2. Windows color (decimal): -2501841 or 3134425. OLE color: 3134425.
HSL color Cylindrical-coordinate representation of color #D9D32F: hue angle of 57.88º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9D32F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 47 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.15 |
| HSL | 57.88º | 0.69% | 0.52% | - |
| HSV(B) | 57.88º | 0.78% | 0.85% | - |
| XYZ | 52.42 | 61.55 | 11.81 | - |
| YUV | 194.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 47 | 0 | 0.03 | 0.78 | 0.15 | 57.88 | 0.69 | 0.52 |
| Hex | D9 | D3 | 2F | 0 | 3 | 4E | F | 3A | 45 | 34 |
| Octal | 331 | 323 | 57 | 0 | 3 | 116 | 17 | 72 | 105 | 64 |
| Binary | 11011001 | 11010011 | 101111 | 0 | 11 | 1001110 | 1111 | 111010 | 1000101 | 110100 |
Color Harmonies of #D9D32F
Complementary color
Monochromatic Colors of #D9D32F
Black with #D9D32F
Text Example
Text Example
White with #D9D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D32F; }
p { color: rgb(217,211,47); }
H1.HeaderClassName
{
color: #D9D32F;
}
.AnyTagClassName
{
color: #D9D32F;
}
</style>
background-color css
<style>
a { background-color: #D9D32F; }
a { background-color: rgb(217,211,47); }
div.DivClassName
{
background-color: #D9D32F;
}
.BgClassName
{
background-color: #D9D32F;
}
</style>
border-color css
<style>
span { border-color: #D9D32F; }
span { border-color: rgb(217,211,47); }
td.TdClassName
{
border-color: #D9D32F;
}
.TagClassName
{
border-color: #D9D32F;
}
</style>