Shades of Bitter Lemon #D4D82A
Tints of Bitter Lemon #D4D82A
RGB
CMYK
RGB Variations
Color information
#D4D82A (or 0xD4D82A) is known color: Bitter Lemon. HEX triplet: D4, D8 and 2A. RGB value is (212,216,42). Sum of RGB (Red+Green+Blue) = 212+216+42=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D82A is #2B27D5. Grayscale: #C3C3C3. Windows color (decimal): -2828246 or 2808020. OLE color: 2808020.
HSL color Cylindrical-coordinate representation of color #D4D82A: hue angle of 61.38º 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 #D4D82A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 42 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.15 |
| HSL | 61.38º | 0.69% | 0.51% | - |
| HSV(B) | 61.38º | 0.81% | 0.85% | - |
| XYZ | 52.13 | 63.28 | 11.66 | - |
| YUV | 194.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 42 | 0.02 | 0 | 0.81 | 0.15 | 61.38 | 0.69 | 0.51 |
| Hex | D4 | D8 | 2A | 2 | 0 | 51 | F | 3D | 45 | 33 |
| Octal | 324 | 330 | 52 | 2 | 0 | 121 | 17 | 75 | 105 | 63 |
| Binary | 11010100 | 11011000 | 101010 | 10 | 0 | 1010001 | 1111 | 111101 | 1000101 | 110011 |
Color Harmonies of #D4D82A
Complementary color
Monochromatic Colors of #D4D82A
Black with #D4D82A
Text Example
Text Example
White with #D4D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D82A; }
p { color: rgb(212,216,42); }
H1.HeaderClassName
{
color: #D4D82A;
}
.AnyTagClassName
{
color: #D4D82A;
}
</style>
background-color css
<style>
a { background-color: #D4D82A; }
a { background-color: rgb(212,216,42); }
div.DivClassName
{
background-color: #D4D82A;
}
.BgClassName
{
background-color: #D4D82A;
}
</style>
border-color css
<style>
span { border-color: #D4D82A; }
span { border-color: rgb(212,216,42); }
td.TdClassName
{
border-color: #D4D82A;
}
.TagClassName
{
border-color: #D4D82A;
}
</style>