Shades of Bitter Lemon #D2DB35
Tints of Bitter Lemon #D2DB35
RGB
CMYK
RGB Variations
Color information
#D2DB35 (or 0xD2DB35) is known color: Bitter Lemon. HEX triplet: D2, DB and 35. RGB value is (210,219,53). Sum of RGB (Red+Green+Blue) = 210+219+53=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB35 is #2D24CA. Grayscale: #C6C6C6. Windows color (decimal): -2958539 or 3529682. OLE color: 3529682.
HSL color Cylindrical-coordinate representation of color #D2DB35: hue angle of 63.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2DB35 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 53 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.14 |
| HSL | 63.25º | 0.7% | 0.53% | - |
| HSV(B) | 63.25º | 0.76% | 0.86% | - |
| XYZ | 52.55 | 64.62 | 13.07 | - |
| YUV | 197.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 53 | 0.04 | 0 | 0.76 | 0.14 | 63.25 | 0.7 | 0.53 |
| Hex | D2 | DB | 35 | 4 | 0 | 4C | E | 3F | 46 | 35 |
| Octal | 322 | 333 | 65 | 4 | 0 | 114 | 16 | 77 | 106 | 65 |
| Binary | 11010010 | 11011011 | 110101 | 100 | 0 | 1001100 | 1110 | 111111 | 1000110 | 110101 |
Color Harmonies of #D2DB35
Complementary color
Monochromatic Colors of #D2DB35
Black with #D2DB35
Text Example
Text Example
White with #D2DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB35; }
p { color: rgb(210,219,53); }
H1.HeaderClassName
{
color: #D2DB35;
}
.AnyTagClassName
{
color: #D2DB35;
}
</style>
background-color css
<style>
a { background-color: #D2DB35; }
a { background-color: rgb(210,219,53); }
div.DivClassName
{
background-color: #D2DB35;
}
.BgClassName
{
background-color: #D2DB35;
}
</style>
border-color css
<style>
span { border-color: #D2DB35; }
span { border-color: rgb(210,219,53); }
td.TdClassName
{
border-color: #D2DB35;
}
.TagClassName
{
border-color: #D2DB35;
}
</style>