Shades of Bitter Lemon #D2DE3C
Tints of Bitter Lemon #D2DE3C
RGB
CMYK
RGB Variations
Color information
#D2DE3C (or 0xD2DE3C) is known color: Bitter Lemon. HEX triplet: D2, DE and 3C. RGB value is (210,222,60). Sum of RGB (Red+Green+Blue) = 210+222+60=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DE3C is #2D21C3. Grayscale: #C8C8C8. Windows color (decimal): -2957764 or 3989202. OLE color: 3989202.
HSL color Cylindrical-coordinate representation of color #D2DE3C: hue angle of 64.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2DE3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.13 |
| HSL | 64.44º | 0.71% | 0.55% | - |
| HSV(B) | 64.44º | 0.73% | 0.87% | - |
| XYZ | 53.52 | 66.27 | 14.25 | - |
| YUV | 199.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 60 | 0.05 | 0 | 0.73 | 0.13 | 64.44 | 0.71 | 0.55 |
| Hex | D2 | DE | 3C | 5 | 0 | 49 | D | 40 | 47 | 37 |
| Octal | 322 | 336 | 74 | 5 | 0 | 111 | 15 | 100 | 107 | 67 |
| Binary | 11010010 | 11011110 | 111100 | 101 | 0 | 1001001 | 1101 | 1000000 | 1000111 | 110111 |
Color Harmonies of #D2DE3C
Complementary color
Monochromatic Colors of #D2DE3C
Black with #D2DE3C
Text Example
Text Example
White with #D2DE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DE3C; }
p { color: rgb(210,222,60); }
H1.HeaderClassName
{
color: #D2DE3C;
}
.AnyTagClassName
{
color: #D2DE3C;
}
</style>
background-color css
<style>
a { background-color: #D2DE3C; }
a { background-color: rgb(210,222,60); }
div.DivClassName
{
background-color: #D2DE3C;
}
.BgClassName
{
background-color: #D2DE3C;
}
</style>
border-color css
<style>
span { border-color: #D2DE3C; }
span { border-color: rgb(210,222,60); }
td.TdClassName
{
border-color: #D2DE3C;
}
.TagClassName
{
border-color: #D2DE3C;
}
</style>