Shades of Bitter Lemon #D4D52F
Tints of Bitter Lemon #D4D52F
RGB
CMYK
RGB Variations
Color information
#D4D52F (or 0xD4D52F) is known color: Bitter Lemon. HEX triplet: D4, D5 and 2F. RGB value is (212,213,47). Sum of RGB (Red+Green+Blue) = 212+213+47=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D52F is #2B2AD0. Grayscale: #C2C2C2. Windows color (decimal): -2829009 or 3134932. OLE color: 3134932.
HSL color Cylindrical-coordinate representation of color #D4D52F: hue angle of 60.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4D52F is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 47 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.16 |
| HSL | 60.36º | 0.66% | 0.51% | - |
| HSV(B) | 60.36º | 0.78% | 0.84% | - |
| XYZ | 51.46 | 61.79 | 11.9 | - |
| YUV | 193.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 47 | 0.00 | 0 | 0.78 | 0.16 | 60.36 | 0.66 | 0.51 |
| Hex | D4 | D5 | 2F | 0 | 0 | 4E | 10 | 3C | 42 | 33 |
| Octal | 324 | 325 | 57 | 0 | 0 | 116 | 20 | 74 | 102 | 63 |
| Binary | 11010100 | 11010101 | 101111 | 0 | 0 | 1001110 | 10000 | 111100 | 1000010 | 110011 |
Color Harmonies of #D4D52F
Complementary color
Monochromatic Colors of #D4D52F
Black with #D4D52F
Text Example
Text Example
White with #D4D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D52F; }
p { color: rgb(212,213,47); }
H1.HeaderClassName
{
color: #D4D52F;
}
.AnyTagClassName
{
color: #D4D52F;
}
</style>
background-color css
<style>
a { background-color: #D4D52F; }
a { background-color: rgb(212,213,47); }
div.DivClassName
{
background-color: #D4D52F;
}
.BgClassName
{
background-color: #D4D52F;
}
</style>
border-color css
<style>
span { border-color: #D4D52F; }
span { border-color: rgb(212,213,47); }
td.TdClassName
{
border-color: #D4D52F;
}
.TagClassName
{
border-color: #D4D52F;
}
</style>