Shades of Bitter Lemon #D4D52E
Tints of Bitter Lemon #D4D52E
RGB
CMYK
RGB Variations
Color information
#D4D52E (or 0xD4D52E) is known color: Bitter Lemon. HEX triplet: D4, D5 and 2E. RGB value is (212,213,46). Sum of RGB (Red+Green+Blue) = 212+213+46=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D52E is #2B2AD1. Grayscale: #C2C2C2. Windows color (decimal): -2829010 or 3069396. OLE color: 3069396.
HSL color Cylindrical-coordinate representation of color #D4D52E: hue angle of 60.36º degrees, saturation: 0.67, 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 #D4D52E is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 46 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.16 |
| HSL | 60.36º | 0.67% | 0.51% | - |
| HSV(B) | 60.36º | 0.78% | 0.84% | - |
| XYZ | 51.44 | 61.78 | 11.8 | - |
| YUV | 193.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 46 | 0.00 | 0 | 0.78 | 0.16 | 60.36 | 0.67 | 0.51 |
| Hex | D4 | D5 | 2E | 0 | 0 | 4E | 10 | 3C | 43 | 33 |
| Octal | 324 | 325 | 56 | 0 | 0 | 116 | 20 | 74 | 103 | 63 |
| Binary | 11010100 | 11010101 | 101110 | 0 | 0 | 1001110 | 10000 | 111100 | 1000011 | 110011 |
Color Harmonies of #D4D52E
Complementary color
Monochromatic Colors of #D4D52E
Black with #D4D52E
Text Example
Text Example
White with #D4D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D52E; }
p { color: rgb(212,213,46); }
H1.HeaderClassName
{
color: #D4D52E;
}
.AnyTagClassName
{
color: #D4D52E;
}
</style>
background-color css
<style>
a { background-color: #D4D52E; }
a { background-color: rgb(212,213,46); }
div.DivClassName
{
background-color: #D4D52E;
}
.BgClassName
{
background-color: #D4D52E;
}
</style>
border-color css
<style>
span { border-color: #D4D52E; }
span { border-color: rgb(212,213,46); }
td.TdClassName
{
border-color: #D4D52E;
}
.TagClassName
{
border-color: #D4D52E;
}
</style>