Shades of Bitter Lemon #D8D52E
Tints of Bitter Lemon #D8D52E
RGB
CMYK
RGB Variations
Color information
#D8D52E (or 0xD8D52E) is known color: Bitter Lemon. HEX triplet: D8, D5 and 2E. RGB value is (216,213,46). Sum of RGB (Red+Green+Blue) = 216+213+46=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D52E is #272AD1. Grayscale: #C3C3C3. Windows color (decimal): -2566866 or 3069400. OLE color: 3069400.
HSL color Cylindrical-coordinate representation of color #D8D52E: hue angle of 58.94º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8D52E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 46 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.15 |
| HSL | 58.94º | 0.69% | 0.51% | - |
| HSV(B) | 58.94º | 0.79% | 0.85% | - |
| XYZ | 52.61 | 62.38 | 11.85 | - |
| YUV | 194.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 46 | 0 | 0.01 | 0.79 | 0.15 | 58.94 | 0.69 | 0.51 |
| Hex | D8 | D5 | 2E | 0 | 1 | 4F | F | 3B | 45 | 33 |
| Octal | 330 | 325 | 56 | 0 | 1 | 117 | 17 | 73 | 105 | 63 |
| Binary | 11011000 | 11010101 | 101110 | 0 | 1 | 1001111 | 1111 | 111011 | 1000101 | 110011 |
Color Harmonies of #D8D52E
Complementary color
Monochromatic Colors of #D8D52E
Black with #D8D52E
Text Example
Text Example
White with #D8D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D52E; }
p { color: rgb(216,213,46); }
H1.HeaderClassName
{
color: #D8D52E;
}
.AnyTagClassName
{
color: #D8D52E;
}
</style>
background-color css
<style>
a { background-color: #D8D52E; }
a { background-color: rgb(216,213,46); }
div.DivClassName
{
background-color: #D8D52E;
}
.BgClassName
{
background-color: #D8D52E;
}
</style>
border-color css
<style>
span { border-color: #D8D52E; }
span { border-color: rgb(216,213,46); }
td.TdClassName
{
border-color: #D8D52E;
}
.TagClassName
{
border-color: #D8D52E;
}
</style>