Shades of Bitter Lemon #D5D72D
Tints of Bitter Lemon #D5D72D
RGB
CMYK
RGB Variations
Color information
#D5D72D (or 0xD5D72D) is known color: Bitter Lemon. HEX triplet: D5, D7 and 2D. RGB value is (213,215,45). Sum of RGB (Red+Green+Blue) = 213+215+45=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D72D is #2A28D2. Grayscale: #C3C3C3. Windows color (decimal): -2762963 or 3004373. OLE color: 3004373.
HSL color Cylindrical-coordinate representation of color #D5D72D: hue angle of 60.71º 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 #D5D72D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 45 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.16 |
| HSL | 60.71º | 0.68% | 0.51% | - |
| HSV(B) | 60.71º | 0.79% | 0.84% | - |
| XYZ | 52.21 | 62.94 | 11.88 | - |
| YUV | 195.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 45 | 0.01 | 0 | 0.79 | 0.16 | 60.71 | 0.68 | 0.51 |
| Hex | D5 | D7 | 2D | 1 | 0 | 4F | 10 | 3D | 44 | 33 |
| Octal | 325 | 327 | 55 | 1 | 0 | 117 | 20 | 75 | 104 | 63 |
| Binary | 11010101 | 11010111 | 101101 | 1 | 0 | 1001111 | 10000 | 111101 | 1000100 | 110011 |
Color Harmonies of #D5D72D
Complementary color
Monochromatic Colors of #D5D72D
Black with #D5D72D
Text Example
Text Example
White with #D5D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D72D; }
p { color: rgb(213,215,45); }
H1.HeaderClassName
{
color: #D5D72D;
}
.AnyTagClassName
{
color: #D5D72D;
}
</style>
background-color css
<style>
a { background-color: #D5D72D; }
a { background-color: rgb(213,215,45); }
div.DivClassName
{
background-color: #D5D72D;
}
.BgClassName
{
background-color: #D5D72D;
}
</style>
border-color css
<style>
span { border-color: #D5D72D; }
span { border-color: rgb(213,215,45); }
td.TdClassName
{
border-color: #D5D72D;
}
.TagClassName
{
border-color: #D5D72D;
}
</style>