Shades of Bitter Lemon #D2D73E
Tints of Bitter Lemon #D2D73E
RGB
CMYK
RGB Variations
Color information
#D2D73E (or 0xD2D73E) is known color: Bitter Lemon. HEX triplet: D2, D7 and 3E. RGB value is (210,215,62). Sum of RGB (Red+Green+Blue) = 210+215+62=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D73E is #2D28C1. Grayscale: #C4C4C4. Windows color (decimal): -2959554 or 4118482. OLE color: 4118482.
HSL color Cylindrical-coordinate representation of color #D2D73E: hue angle of 61.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2D73E is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 62 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.16 |
| HSL | 61.96º | 0.66% | 0.54% | - |
| HSV(B) | 61.96º | 0.71% | 0.84% | - |
| XYZ | 51.75 | 62.65 | 13.92 | - |
| YUV | 196.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 62 | 0.02 | 0 | 0.71 | 0.16 | 61.96 | 0.66 | 0.54 |
| Hex | D2 | D7 | 3E | 2 | 0 | 47 | 10 | 3E | 42 | 36 |
| Octal | 322 | 327 | 76 | 2 | 0 | 107 | 20 | 76 | 102 | 66 |
| Binary | 11010010 | 11010111 | 111110 | 10 | 0 | 1000111 | 10000 | 111110 | 1000010 | 110110 |
Color Harmonies of #D2D73E
Complementary color
Monochromatic Colors of #D2D73E
Black with #D2D73E
Text Example
Text Example
White with #D2D73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D73E; }
p { color: rgb(210,215,62); }
H1.HeaderClassName
{
color: #D2D73E;
}
.AnyTagClassName
{
color: #D2D73E;
}
</style>
background-color css
<style>
a { background-color: #D2D73E; }
a { background-color: rgb(210,215,62); }
div.DivClassName
{
background-color: #D2D73E;
}
.BgClassName
{
background-color: #D2D73E;
}
</style>
border-color css
<style>
span { border-color: #D2D73E; }
span { border-color: rgb(210,215,62); }
td.TdClassName
{
border-color: #D2D73E;
}
.TagClassName
{
border-color: #D2D73E;
}
</style>