Shades of Bitter Lemon #D8D529
Tints of Bitter Lemon #D8D529
RGB
CMYK
RGB Variations
Color information
#D8D529 (or 0xD8D529) is known color: Bitter Lemon. HEX triplet: D8, D5 and 29. RGB value is (216,213,41). Sum of RGB (Red+Green+Blue) = 216+213+41=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D529 is #272AD6. Grayscale: #C2C2C2. Windows color (decimal): -2566871 or 2741720. OLE color: 2741720.
HSL color Cylindrical-coordinate representation of color #D8D529: hue angle of 58.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8D529 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 41 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.15 |
| HSL | 58.97º | 0.69% | 0.5% | - |
| HSV(B) | 58.97º | 0.81% | 0.85% | - |
| XYZ | 52.51 | 62.35 | 11.36 | - |
| YUV | 194.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 41 | 0 | 0.01 | 0.81 | 0.15 | 58.97 | 0.69 | 0.5 |
| Hex | D8 | D5 | 29 | 0 | 1 | 51 | F | 3B | 45 | 32 |
| Octal | 330 | 325 | 51 | 0 | 1 | 121 | 17 | 73 | 105 | 62 |
| Binary | 11011000 | 11010101 | 101001 | 0 | 1 | 1010001 | 1111 | 111011 | 1000101 | 110010 |
Color Harmonies of #D8D529
Complementary color
Monochromatic Colors of #D8D529
Black with #D8D529
Text Example
Text Example
White with #D8D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D529; }
p { color: rgb(216,213,41); }
H1.HeaderClassName
{
color: #D8D529;
}
.AnyTagClassName
{
color: #D8D529;
}
</style>
background-color css
<style>
a { background-color: #D8D529; }
a { background-color: rgb(216,213,41); }
div.DivClassName
{
background-color: #D8D529;
}
.BgClassName
{
background-color: #D8D529;
}
</style>
border-color css
<style>
span { border-color: #D8D529; }
span { border-color: rgb(216,213,41); }
td.TdClassName
{
border-color: #D8D529;
}
.TagClassName
{
border-color: #D8D529;
}
</style>