Shades of Bitter Lemon #D8D12A
Tints of Bitter Lemon #D8D12A
RGB
CMYK
RGB Variations
Color information
#D8D12A (or 0xD8D12A) is known color: Bitter Lemon. HEX triplet: D8, D1 and 2A. RGB value is (216,209,42). Sum of RGB (Red+Green+Blue) = 216+209+42=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D12A is #272ED5. Grayscale: #C0C0C0. Windows color (decimal): -2567894 or 2806232. OLE color: 2806232.
HSL color Cylindrical-coordinate representation of color #D8D12A: hue angle of 57.59º 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 #D8D12A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.15 |
| HSL | 57.59º | 0.69% | 0.51% | - |
| HSV(B) | 57.59º | 0.81% | 0.85% | - |
| XYZ | 51.54 | 60.37 | 11.13 | - |
| YUV | 192.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 42 | 0 | 0.03 | 0.81 | 0.15 | 57.59 | 0.69 | 0.51 |
| Hex | D8 | D1 | 2A | 0 | 3 | 51 | F | 3A | 45 | 33 |
| Octal | 330 | 321 | 52 | 0 | 3 | 121 | 17 | 72 | 105 | 63 |
| Binary | 11011000 | 11010001 | 101010 | 0 | 11 | 1010001 | 1111 | 111010 | 1000101 | 110011 |
Color Harmonies of #D8D12A
Complementary color
Monochromatic Colors of #D8D12A
Black with #D8D12A
Text Example
Text Example
White with #D8D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D12A; }
p { color: rgb(216,209,42); }
H1.HeaderClassName
{
color: #D8D12A;
}
.AnyTagClassName
{
color: #D8D12A;
}
</style>
background-color css
<style>
a { background-color: #D8D12A; }
a { background-color: rgb(216,209,42); }
div.DivClassName
{
background-color: #D8D12A;
}
.BgClassName
{
background-color: #D8D12A;
}
</style>
border-color css
<style>
span { border-color: #D8D12A; }
span { border-color: rgb(216,209,42); }
td.TdClassName
{
border-color: #D8D12A;
}
.TagClassName
{
border-color: #D8D12A;
}
</style>