Shades of Bitter Lemon #D4D72D
Tints of Bitter Lemon #D4D72D
RGB
CMYK
RGB Variations
Color information
#D4D72D (or 0xD4D72D) is known color: Bitter Lemon. HEX triplet: D4, D7 and 2D. RGB value is (212,215,45). Sum of RGB (Red+Green+Blue) = 212+215+45=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D72D is #2B28D2. Grayscale: #C3C3C3. Windows color (decimal): -2828499 or 3004372. OLE color: 3004372.
HSL color Cylindrical-coordinate representation of color #D4D72D: hue angle of 61.06º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4D72D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 45 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.16 |
| HSL | 61.06º | 0.68% | 0.51% | - |
| HSV(B) | 61.06º | 0.79% | 0.84% | - |
| XYZ | 51.93 | 62.79 | 11.87 | - |
| YUV | 194.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 45 | 0.01 | 0 | 0.79 | 0.16 | 61.06 | 0.68 | 0.51 |
| Hex | D4 | D7 | 2D | 1 | 0 | 4F | 10 | 3D | 44 | 33 |
| Octal | 324 | 327 | 55 | 1 | 0 | 117 | 20 | 75 | 104 | 63 |
| Binary | 11010100 | 11010111 | 101101 | 1 | 0 | 1001111 | 10000 | 111101 | 1000100 | 110011 |
Color Harmonies of #D4D72D
Complementary color
Monochromatic Colors of #D4D72D
Black with #D4D72D
Text Example
Text Example
White with #D4D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D72D; }
p { color: rgb(212,215,45); }
H1.HeaderClassName
{
color: #D4D72D;
}
.AnyTagClassName
{
color: #D4D72D;
}
</style>
background-color css
<style>
a { background-color: #D4D72D; }
a { background-color: rgb(212,215,45); }
div.DivClassName
{
background-color: #D4D72D;
}
.BgClassName
{
background-color: #D4D72D;
}
</style>
border-color css
<style>
span { border-color: #D4D72D; }
span { border-color: rgb(212,215,45); }
td.TdClassName
{
border-color: #D4D72D;
}
.TagClassName
{
border-color: #D4D72D;
}
</style>