Shades of Bitter Lemon #D2D73F
Tints of Bitter Lemon #D2D73F
RGB
CMYK
RGB Variations
Color information
#D2D73F (or 0xD2D73F) is known color: Bitter Lemon. HEX triplet: D2, D7 and 3F. RGB value is (210,215,63). Sum of RGB (Red+Green+Blue) = 210+215+63=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D73F is #2D28C0. Grayscale: #C4C4C4. Windows color (decimal): -2959553 or 4184018. OLE color: 4184018.
HSL color Cylindrical-coordinate representation of color #D2D73F: hue angle of 61.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2D73F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 63 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.16 |
| HSL | 61.97º | 0.66% | 0.55% | - |
| HSV(B) | 61.97º | 0.71% | 0.84% | - |
| XYZ | 51.78 | 62.66 | 14.07 | - |
| YUV | 196.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 63 | 0.02 | 0 | 0.71 | 0.16 | 61.97 | 0.66 | 0.55 |
| Hex | D2 | D7 | 3F | 2 | 0 | 47 | 10 | 3E | 42 | 37 |
| Octal | 322 | 327 | 77 | 2 | 0 | 107 | 20 | 76 | 102 | 67 |
| Binary | 11010010 | 11010111 | 111111 | 10 | 0 | 1000111 | 10000 | 111110 | 1000010 | 110111 |
Color Harmonies of #D2D73F
Complementary color
Monochromatic Colors of #D2D73F
Black with #D2D73F
Text Example
Text Example
White with #D2D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D73F; }
p { color: rgb(210,215,63); }
H1.HeaderClassName
{
color: #D2D73F;
}
.AnyTagClassName
{
color: #D2D73F;
}
</style>
background-color css
<style>
a { background-color: #D2D73F; }
a { background-color: rgb(210,215,63); }
div.DivClassName
{
background-color: #D2D73F;
}
.BgClassName
{
background-color: #D2D73F;
}
</style>
border-color css
<style>
span { border-color: #D2D73F; }
span { border-color: rgb(210,215,63); }
td.TdClassName
{
border-color: #D2D73F;
}
.TagClassName
{
border-color: #D2D73F;
}
</style>