Shades of Bitter Lemon #D2DB34
Tints of Bitter Lemon #D2DB34
RGB
CMYK
RGB Variations
Color information
#D2DB34 (or 0xD2DB34) is known color: Bitter Lemon. HEX triplet: D2, DB and 34. RGB value is (210,219,52). Sum of RGB (Red+Green+Blue) = 210+219+52=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB34 is #2D24CB. Grayscale: #C5C5C5. Windows color (decimal): -2958540 or 3464146. OLE color: 3464146.
HSL color Cylindrical-coordinate representation of color #D2DB34: hue angle of 63.23º 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 #D2DB34 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.14 |
| HSL | 63.23º | 0.7% | 0.53% | - |
| HSV(B) | 63.23º | 0.76% | 0.86% | - |
| XYZ | 52.53 | 64.61 | 12.95 | - |
| YUV | 197.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 52 | 0.04 | 0 | 0.76 | 0.14 | 63.23 | 0.7 | 0.53 |
| Hex | D2 | DB | 34 | 4 | 0 | 4C | E | 3F | 46 | 35 |
| Octal | 322 | 333 | 64 | 4 | 0 | 114 | 16 | 77 | 106 | 65 |
| Binary | 11010010 | 11011011 | 110100 | 100 | 0 | 1001100 | 1110 | 111111 | 1000110 | 110101 |
Color Harmonies of #D2DB34
Complementary color
Monochromatic Colors of #D2DB34
Black with #D2DB34
Text Example
Text Example
White with #D2DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB34; }
p { color: rgb(210,219,52); }
H1.HeaderClassName
{
color: #D2DB34;
}
.AnyTagClassName
{
color: #D2DB34;
}
</style>
background-color css
<style>
a { background-color: #D2DB34; }
a { background-color: rgb(210,219,52); }
div.DivClassName
{
background-color: #D2DB34;
}
.BgClassName
{
background-color: #D2DB34;
}
</style>
border-color css
<style>
span { border-color: #D2DB34; }
span { border-color: rgb(210,219,52); }
td.TdClassName
{
border-color: #D2DB34;
}
.TagClassName
{
border-color: #D2DB34;
}
</style>