Shades of Bitter Lemon #D2DB2A
Tints of Bitter Lemon #D2DB2A
RGB
CMYK
RGB Variations
Color information
#D2DB2A (or 0xD2DB2A) is known color: Bitter Lemon. HEX triplet: D2, DB and 2A. RGB value is (210,219,42). Sum of RGB (Red+Green+Blue) = 210+219+42=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB2A is #2D24D5. Grayscale: #C4C4C4. Windows color (decimal): -2958550 or 2808786. OLE color: 2808786.
HSL color Cylindrical-coordinate representation of color #D2DB2A: hue angle of 63.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2DB2A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 42 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.14 |
| HSL | 63.05º | 0.71% | 0.51% | - |
| HSV(B) | 63.05º | 0.81% | 0.86% | - |
| XYZ | 52.33 | 64.53 | 11.89 | - |
| YUV | 196.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 42 | 0.04 | 0 | 0.81 | 0.14 | 63.05 | 0.71 | 0.51 |
| Hex | D2 | DB | 2A | 4 | 0 | 51 | E | 3F | 47 | 33 |
| Octal | 322 | 333 | 52 | 4 | 0 | 121 | 16 | 77 | 107 | 63 |
| Binary | 11010010 | 11011011 | 101010 | 100 | 0 | 1010001 | 1110 | 111111 | 1000111 | 110011 |
Color Harmonies of #D2DB2A
Complementary color
Monochromatic Colors of #D2DB2A
Black with #D2DB2A
Text Example
Text Example
White with #D2DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB2A; }
p { color: rgb(210,219,42); }
H1.HeaderClassName
{
color: #D2DB2A;
}
.AnyTagClassName
{
color: #D2DB2A;
}
</style>
background-color css
<style>
a { background-color: #D2DB2A; }
a { background-color: rgb(210,219,42); }
div.DivClassName
{
background-color: #D2DB2A;
}
.BgClassName
{
background-color: #D2DB2A;
}
</style>
border-color css
<style>
span { border-color: #D2DB2A; }
span { border-color: rgb(210,219,42); }
td.TdClassName
{
border-color: #D2DB2A;
}
.TagClassName
{
border-color: #D2DB2A;
}
</style>