Shades of Bitter Lemon #D4D22F
Tints of Bitter Lemon #D4D22F
RGB
CMYK
RGB Variations
Color information
#D4D22F (or 0xD4D22F) is known color: Bitter Lemon. HEX triplet: D4, D2 and 2F. RGB value is (212,210,47). Sum of RGB (Red+Green+Blue) = 212+210+47=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D22F is #2B2DD0. Grayscale: #C0C0C0. Windows color (decimal): -2829777 or 3134164. OLE color: 3134164.
HSL color Cylindrical-coordinate representation of color #D4D22F: hue angle of 59.27º 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 #D4D22F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 47 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.17 |
| HSL | 59.27º | 0.66% | 0.51% | - |
| HSV(B) | 59.27º | 0.78% | 0.83% | - |
| XYZ | 50.71 | 60.3 | 11.65 | - |
| YUV | 192.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 47 | 0 | 0.01 | 0.78 | 0.17 | 59.27 | 0.66 | 0.51 |
| Hex | D4 | D2 | 2F | 0 | 1 | 4E | 11 | 3B | 42 | 33 |
| Octal | 324 | 322 | 57 | 0 | 1 | 116 | 21 | 73 | 102 | 63 |
| Binary | 11010100 | 11010010 | 101111 | 0 | 1 | 1001110 | 10001 | 111011 | 1000010 | 110011 |
Color Harmonies of #D4D22F
Complementary color
Monochromatic Colors of #D4D22F
Black with #D4D22F
Text Example
Text Example
White with #D4D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D22F; }
p { color: rgb(212,210,47); }
H1.HeaderClassName
{
color: #D4D22F;
}
.AnyTagClassName
{
color: #D4D22F;
}
</style>
background-color css
<style>
a { background-color: #D4D22F; }
a { background-color: rgb(212,210,47); }
div.DivClassName
{
background-color: #D4D22F;
}
.BgClassName
{
background-color: #D4D22F;
}
</style>
border-color css
<style>
span { border-color: #D4D22F; }
span { border-color: rgb(212,210,47); }
td.TdClassName
{
border-color: #D4D22F;
}
.TagClassName
{
border-color: #D4D22F;
}
</style>