Shades of Bitter Lemon #D2DA43
Tints of Bitter Lemon #D2DA43
RGB
CMYK
RGB Variations
Color information
#D2DA43 (or 0xD2DA43) is known color: Bitter Lemon. HEX triplet: D2, DA and 43. RGB value is (210,218,67). Sum of RGB (Red+Green+Blue) = 210+218+67=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA43 is #2D25BC. Grayscale: #C6C6C6. Windows color (decimal): -2958781 or 4446930. OLE color: 4446930.
HSL color Cylindrical-coordinate representation of color #D2DA43: hue angle of 63.18º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2DA43 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 67 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.15 |
| HSL | 63.18º | 0.67% | 0.56% | - |
| HSV(B) | 63.18º | 0.69% | 0.85% | - |
| XYZ | 52.66 | 64.25 | 14.94 | - |
| YUV | 198.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 67 | 0.04 | 0 | 0.69 | 0.15 | 63.18 | 0.67 | 0.56 |
| Hex | D2 | DA | 43 | 4 | 0 | 45 | F | 3F | 43 | 38 |
| Octal | 322 | 332 | 103 | 4 | 0 | 105 | 17 | 77 | 103 | 70 |
| Binary | 11010010 | 11011010 | 1000011 | 100 | 0 | 1000101 | 1111 | 111111 | 1000011 | 111000 |
Color Harmonies of #D2DA43
Complementary color
Monochromatic Colors of #D2DA43
Black with #D2DA43
Text Example
Text Example
White with #D2DA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA43; }
p { color: rgb(210,218,67); }
H1.HeaderClassName
{
color: #D2DA43;
}
.AnyTagClassName
{
color: #D2DA43;
}
</style>
background-color css
<style>
a { background-color: #D2DA43; }
a { background-color: rgb(210,218,67); }
div.DivClassName
{
background-color: #D2DA43;
}
.BgClassName
{
background-color: #D2DA43;
}
</style>
border-color css
<style>
span { border-color: #D2DA43; }
span { border-color: rgb(210,218,67); }
td.TdClassName
{
border-color: #D2DA43;
}
.TagClassName
{
border-color: #D2DA43;
}
</style>