Shades of Bitter Lemon #D8D52A
Tints of Bitter Lemon #D8D52A
RGB
CMYK
RGB Variations
Color information
#D8D52A (or 0xD8D52A) is known color: Bitter Lemon. HEX triplet: D8, D5 and 2A. RGB value is (216,213,42). Sum of RGB (Red+Green+Blue) = 216+213+42=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D52A is #272AD5. Grayscale: #C3C3C3. Windows color (decimal): -2566870 or 2807256. OLE color: 2807256.
HSL color Cylindrical-coordinate representation of color #D8D52A: hue angle of 58.97º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8D52A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.15 |
| HSL | 58.97º | 0.69% | 0.51% | - |
| HSV(B) | 58.97º | 0.81% | 0.85% | - |
| XYZ | 52.53 | 62.35 | 11.46 | - |
| YUV | 194.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 42 | 0 | 0.01 | 0.81 | 0.15 | 58.97 | 0.69 | 0.51 |
| Hex | D8 | D5 | 2A | 0 | 1 | 51 | F | 3B | 45 | 33 |
| Octal | 330 | 325 | 52 | 0 | 1 | 121 | 17 | 73 | 105 | 63 |
| Binary | 11011000 | 11010101 | 101010 | 0 | 1 | 1010001 | 1111 | 111011 | 1000101 | 110011 |
Color Harmonies of #D8D52A
Complementary color
Monochromatic Colors of #D8D52A
Black with #D8D52A
Text Example
Text Example
White with #D8D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D52A; }
p { color: rgb(216,213,42); }
H1.HeaderClassName
{
color: #D8D52A;
}
.AnyTagClassName
{
color: #D8D52A;
}
</style>
background-color css
<style>
a { background-color: #D8D52A; }
a { background-color: rgb(216,213,42); }
div.DivClassName
{
background-color: #D8D52A;
}
.BgClassName
{
background-color: #D8D52A;
}
</style>
border-color css
<style>
span { border-color: #D8D52A; }
span { border-color: rgb(216,213,42); }
td.TdClassName
{
border-color: #D8D52A;
}
.TagClassName
{
border-color: #D8D52A;
}
</style>