Shades of Bitter Lemon #D8D724
Tints of Bitter Lemon #D8D724
RGB
CMYK
RGB Variations
Color information
#D8D724 (or 0xD8D724) is known color: Bitter Lemon. HEX triplet: D8, D7 and 24. RGB value is (216,215,36). Sum of RGB (Red+Green+Blue) = 216+215+36=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D724 is #2728DB. Grayscale: #C3C3C3. Windows color (decimal): -2566364 or 2414552. OLE color: 2414552.
HSL color Cylindrical-coordinate representation of color #D8D724: hue angle of 59.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8D724 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 36 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.15 |
| HSL | 59.67º | 0.71% | 0.49% | - |
| HSV(B) | 59.67º | 0.83% | 0.85% | - |
| XYZ | 52.94 | 63.33 | 11.1 | - |
| YUV | 194.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 36 | 0 | 0.00 | 0.83 | 0.15 | 59.67 | 0.71 | 0.49 |
| Hex | D8 | D7 | 24 | 0 | 0 | 53 | F | 3C | 47 | 31 |
| Octal | 330 | 327 | 44 | 0 | 0 | 123 | 17 | 74 | 107 | 61 |
| Binary | 11011000 | 11010111 | 100100 | 0 | 0 | 1010011 | 1111 | 111100 | 1000111 | 110001 |
Color Harmonies of #D8D724
Complementary color
Monochromatic Colors of #D8D724
Black with #D8D724
Text Example
Text Example
White with #D8D724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D724; }
p { color: rgb(216,215,36); }
H1.HeaderClassName
{
color: #D8D724;
}
.AnyTagClassName
{
color: #D8D724;
}
</style>
background-color css
<style>
a { background-color: #D8D724; }
a { background-color: rgb(216,215,36); }
div.DivClassName
{
background-color: #D8D724;
}
.BgClassName
{
background-color: #D8D724;
}
</style>
border-color css
<style>
span { border-color: #D8D724; }
span { border-color: rgb(216,215,36); }
td.TdClassName
{
border-color: #D8D724;
}
.TagClassName
{
border-color: #D8D724;
}
</style>