Shades of Bitter Lemon #D2DA36
Tints of Bitter Lemon #D2DA36
RGB
CMYK
RGB Variations
Color information
#D2DA36 (or 0xD2DA36) is known color: Bitter Lemon. HEX triplet: D2, DA and 36. RGB value is (210,218,54). Sum of RGB (Red+Green+Blue) = 210+218+54=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA36 is #2D25C9. Grayscale: #C5C5C5. Windows color (decimal): -2958794 or 3594962. OLE color: 3594962.
HSL color Cylindrical-coordinate representation of color #D2DA36: hue angle of 62.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2DA36 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 54 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.15 |
| HSL | 62.93º | 0.69% | 0.53% | - |
| HSV(B) | 62.93º | 0.75% | 0.85% | - |
| XYZ | 52.32 | 64.11 | 13.11 | - |
| YUV | 196.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 54 | 0.04 | 0 | 0.75 | 0.15 | 62.93 | 0.69 | 0.53 |
| Hex | D2 | DA | 36 | 4 | 0 | 4B | F | 3F | 45 | 35 |
| Octal | 322 | 332 | 66 | 4 | 0 | 113 | 17 | 77 | 105 | 65 |
| Binary | 11010010 | 11011010 | 110110 | 100 | 0 | 1001011 | 1111 | 111111 | 1000101 | 110101 |
Color Harmonies of #D2DA36
Complementary color
Monochromatic Colors of #D2DA36
Black with #D2DA36
Text Example
Text Example
White with #D2DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA36; }
p { color: rgb(210,218,54); }
H1.HeaderClassName
{
color: #D2DA36;
}
.AnyTagClassName
{
color: #D2DA36;
}
</style>
background-color css
<style>
a { background-color: #D2DA36; }
a { background-color: rgb(210,218,54); }
div.DivClassName
{
background-color: #D2DA36;
}
.BgClassName
{
background-color: #D2DA36;
}
</style>
border-color css
<style>
span { border-color: #D2DA36; }
span { border-color: rgb(210,218,54); }
td.TdClassName
{
border-color: #D2DA36;
}
.TagClassName
{
border-color: #D2DA36;
}
</style>