Shades of Bitter Lemon #D5D72C
Tints of Bitter Lemon #D5D72C
RGB
CMYK
RGB Variations
Color information
#D5D72C (or 0xD5D72C) is known color: Bitter Lemon. HEX triplet: D5, D7 and 2C. RGB value is (213,215,44). Sum of RGB (Red+Green+Blue) = 213+215+44=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D72C is #2A28D3. Grayscale: #C3C3C3. Windows color (decimal): -2762964 or 2938837. OLE color: 2938837.
HSL color Cylindrical-coordinate representation of color #D5D72C: hue angle of 60.7º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5D72C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 44 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.16 |
| HSL | 60.7º | 0.68% | 0.51% | - |
| HSV(B) | 60.7º | 0.8% | 0.84% | - |
| XYZ | 52.2 | 62.93 | 11.78 | - |
| YUV | 194.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 44 | 0.01 | 0 | 0.80 | 0.16 | 60.7 | 0.68 | 0.51 |
| Hex | D5 | D7 | 2C | 1 | 0 | 50 | 10 | 3D | 44 | 33 |
| Octal | 325 | 327 | 54 | 1 | 0 | 120 | 20 | 75 | 104 | 63 |
| Binary | 11010101 | 11010111 | 101100 | 1 | 0 | 1010000 | 10000 | 111101 | 1000100 | 110011 |
Color Harmonies of #D5D72C
Complementary color
Monochromatic Colors of #D5D72C
Black with #D5D72C
Text Example
Text Example
White with #D5D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D72C; }
p { color: rgb(213,215,44); }
H1.HeaderClassName
{
color: #D5D72C;
}
.AnyTagClassName
{
color: #D5D72C;
}
</style>
background-color css
<style>
a { background-color: #D5D72C; }
a { background-color: rgb(213,215,44); }
div.DivClassName
{
background-color: #D5D72C;
}
.BgClassName
{
background-color: #D5D72C;
}
</style>
border-color css
<style>
span { border-color: #D5D72C; }
span { border-color: rgb(213,215,44); }
td.TdClassName
{
border-color: #D5D72C;
}
.TagClassName
{
border-color: #D5D72C;
}
</style>