Shades of Bitter Lemon #D8D72F
Tints of Bitter Lemon #D8D72F
RGB
CMYK
RGB Variations
Color information
#D8D72F (or 0xD8D72F) is known color: Bitter Lemon. HEX triplet: D8, D7 and 2F. RGB value is (216,215,47). Sum of RGB (Red+Green+Blue) = 216+215+47=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D72F is #2728D0. Grayscale: #C4C4C4. Windows color (decimal): -2566353 or 3135448. OLE color: 3135448.
HSL color Cylindrical-coordinate representation of color #D8D72F: hue angle of 59.64º degrees, saturation: 0.68, 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 #D8D72F is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 47 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.15 |
| HSL | 59.64º | 0.68% | 0.52% | - |
| HSV(B) | 59.64º | 0.78% | 0.85% | - |
| XYZ | 53.13 | 63.41 | 12.13 | - |
| YUV | 196.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 47 | 0 | 0.00 | 0.78 | 0.15 | 59.64 | 0.68 | 0.52 |
| Hex | D8 | D7 | 2F | 0 | 0 | 4E | F | 3C | 44 | 34 |
| Octal | 330 | 327 | 57 | 0 | 0 | 116 | 17 | 74 | 104 | 64 |
| Binary | 11011000 | 11010111 | 101111 | 0 | 0 | 1001110 | 1111 | 111100 | 1000100 | 110100 |
Color Harmonies of #D8D72F
Complementary color
Monochromatic Colors of #D8D72F
Black with #D8D72F
Text Example
Text Example
White with #D8D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D72F; }
p { color: rgb(216,215,47); }
H1.HeaderClassName
{
color: #D8D72F;
}
.AnyTagClassName
{
color: #D8D72F;
}
</style>
background-color css
<style>
a { background-color: #D8D72F; }
a { background-color: rgb(216,215,47); }
div.DivClassName
{
background-color: #D8D72F;
}
.BgClassName
{
background-color: #D8D72F;
}
</style>
border-color css
<style>
span { border-color: #D8D72F; }
span { border-color: rgb(216,215,47); }
td.TdClassName
{
border-color: #D8D72F;
}
.TagClassName
{
border-color: #D8D72F;
}
</style>