Shades of Bitter Lemon #D8D02B
Tints of Bitter Lemon #D8D02B
RGB
CMYK
RGB Variations
Color information
#D8D02B (or 0xD8D02B) is known color: Bitter Lemon. HEX triplet: D8, D0 and 2B. RGB value is (216,208,43). Sum of RGB (Red+Green+Blue) = 216+208+43=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D02B is #272FD4. Grayscale: #C0C0C0. Windows color (decimal): -2568149 or 2871512. OLE color: 2871512.
HSL color Cylindrical-coordinate representation of color #D8D02B: hue angle of 57.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8D02B is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 43 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.15 |
| HSL | 57.23º | 0.69% | 0.51% | - |
| HSV(B) | 57.23º | 0.8% | 0.85% | - |
| XYZ | 51.31 | 59.89 | 11.14 | - |
| YUV | 191.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 43 | 0 | 0.04 | 0.80 | 0.15 | 57.23 | 0.69 | 0.51 |
| Hex | D8 | D0 | 2B | 0 | 4 | 50 | F | 39 | 45 | 33 |
| Octal | 330 | 320 | 53 | 0 | 4 | 120 | 17 | 71 | 105 | 63 |
| Binary | 11011000 | 11010000 | 101011 | 0 | 100 | 1010000 | 1111 | 111001 | 1000101 | 110011 |
Color Harmonies of #D8D02B
Complementary color
Monochromatic Colors of #D8D02B
Black with #D8D02B
Text Example
Text Example
White with #D8D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D02B; }
p { color: rgb(216,208,43); }
H1.HeaderClassName
{
color: #D8D02B;
}
.AnyTagClassName
{
color: #D8D02B;
}
</style>
background-color css
<style>
a { background-color: #D8D02B; }
a { background-color: rgb(216,208,43); }
div.DivClassName
{
background-color: #D8D02B;
}
.BgClassName
{
background-color: #D8D02B;
}
</style>
border-color css
<style>
span { border-color: #D8D02B; }
span { border-color: rgb(216,208,43); }
td.TdClassName
{
border-color: #D8D02B;
}
.TagClassName
{
border-color: #D8D02B;
}
</style>