Shades of Bitter Lemon #D9D527
Tints of Bitter Lemon #D9D527
RGB
CMYK
RGB Variations
Color information
#D9D527 (or 0xD9D527) is known color: Bitter Lemon. HEX triplet: D9, D5 and 27. RGB value is (217,213,39). Sum of RGB (Red+Green+Blue) = 217+213+39=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D527 is #262AD8. Grayscale: #C3C3C3. Windows color (decimal): -2501337 or 2610649. OLE color: 2610649.
HSL color Cylindrical-coordinate representation of color #D9D527: hue angle of 58.65º 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 #D9D527 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.15 |
| HSL | 58.65º | 0.7% | 0.5% | - |
| HSV(B) | 58.65º | 0.82% | 0.85% | - |
| XYZ | 52.78 | 62.49 | 11.2 | - |
| YUV | 194.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 39 | 0 | 0.02 | 0.82 | 0.15 | 58.65 | 0.7 | 0.5 |
| Hex | D9 | D5 | 27 | 0 | 2 | 52 | F | 3B | 46 | 32 |
| Octal | 331 | 325 | 47 | 0 | 2 | 122 | 17 | 73 | 106 | 62 |
| Binary | 11011001 | 11010101 | 100111 | 0 | 10 | 1010010 | 1111 | 111011 | 1000110 | 110010 |
Color Harmonies of #D9D527
Complementary color
Monochromatic Colors of #D9D527
Black with #D9D527
Text Example
Text Example
White with #D9D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D527; }
p { color: rgb(217,213,39); }
H1.HeaderClassName
{
color: #D9D527;
}
.AnyTagClassName
{
color: #D9D527;
}
</style>
background-color css
<style>
a { background-color: #D9D527; }
a { background-color: rgb(217,213,39); }
div.DivClassName
{
background-color: #D9D527;
}
.BgClassName
{
background-color: #D9D527;
}
</style>
border-color css
<style>
span { border-color: #D9D527; }
span { border-color: rgb(217,213,39); }
td.TdClassName
{
border-color: #D9D527;
}
.TagClassName
{
border-color: #D9D527;
}
</style>