Shades of Bitter Lemon #D4D02F
Tints of Bitter Lemon #D4D02F
RGB
CMYK
RGB Variations
Color information
#D4D02F (or 0xD4D02F) is known color: Bitter Lemon. HEX triplet: D4, D0 and 2F. RGB value is (212,208,47). Sum of RGB (Red+Green+Blue) = 212+208+47=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D02F is #2B2FD0. Grayscale: #BFBFBF. Windows color (decimal): -2830289 or 3133652. OLE color: 3133652.
HSL color Cylindrical-coordinate representation of color #D4D02F: hue angle of 58.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4D02F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 47 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.17 |
| HSL | 58.55º | 0.66% | 0.51% | - |
| HSV(B) | 58.55º | 0.78% | 0.83% | - |
| XYZ | 50.22 | 59.31 | 11.49 | - |
| YUV | 190.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 47 | 0 | 0.02 | 0.78 | 0.17 | 58.55 | 0.66 | 0.51 |
| Hex | D4 | D0 | 2F | 0 | 2 | 4E | 11 | 3B | 42 | 33 |
| Octal | 324 | 320 | 57 | 0 | 2 | 116 | 21 | 73 | 102 | 63 |
| Binary | 11010100 | 11010000 | 101111 | 0 | 10 | 1001110 | 10001 | 111011 | 1000010 | 110011 |
Color Harmonies of #D4D02F
Complementary color
Monochromatic Colors of #D4D02F
Black with #D4D02F
Text Example
Text Example
White with #D4D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D02F; }
p { color: rgb(212,208,47); }
H1.HeaderClassName
{
color: #D4D02F;
}
.AnyTagClassName
{
color: #D4D02F;
}
</style>
background-color css
<style>
a { background-color: #D4D02F; }
a { background-color: rgb(212,208,47); }
div.DivClassName
{
background-color: #D4D02F;
}
.BgClassName
{
background-color: #D4D02F;
}
</style>
border-color css
<style>
span { border-color: #D4D02F; }
span { border-color: rgb(212,208,47); }
td.TdClassName
{
border-color: #D4D02F;
}
.TagClassName
{
border-color: #D4D02F;
}
</style>