Shades of Bitter Lemon #DAD229
Tints of Bitter Lemon #DAD229
RGB
CMYK
RGB Variations
Color information
#DAD229 (or 0xDAD229) is known color: Bitter Lemon. HEX triplet: DA, D2 and 29. RGB value is (218,210,41). Sum of RGB (Red+Green+Blue) = 218+210+41=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD229 is #252DD6. Grayscale: #C1C1C1. Windows color (decimal): -2436567 or 2740954. OLE color: 2740954.
HSL color Cylindrical-coordinate representation of color #DAD229: hue angle of 57.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAD229 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 41 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.15 |
| HSL | 57.29º | 0.71% | 0.51% | - |
| HSV(B) | 57.29º | 0.81% | 0.85% | - |
| XYZ | 52.36 | 61.16 | 11.14 | - |
| YUV | 193.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 41 | 0 | 0.04 | 0.81 | 0.15 | 57.29 | 0.71 | 0.51 |
| Hex | DA | D2 | 29 | 0 | 4 | 51 | F | 39 | 47 | 33 |
| Octal | 332 | 322 | 51 | 0 | 4 | 121 | 17 | 71 | 107 | 63 |
| Binary | 11011010 | 11010010 | 101001 | 0 | 100 | 1010001 | 1111 | 111001 | 1000111 | 110011 |
Color Harmonies of #DAD229
Complementary color
Monochromatic Colors of #DAD229
Black with #DAD229
Text Example
Text Example
White with #DAD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD229; }
p { color: rgb(218,210,41); }
H1.HeaderClassName
{
color: #DAD229;
}
.AnyTagClassName
{
color: #DAD229;
}
</style>
background-color css
<style>
a { background-color: #DAD229; }
a { background-color: rgb(218,210,41); }
div.DivClassName
{
background-color: #DAD229;
}
.BgClassName
{
background-color: #DAD229;
}
</style>
border-color css
<style>
span { border-color: #DAD229; }
span { border-color: rgb(218,210,41); }
td.TdClassName
{
border-color: #DAD229;
}
.TagClassName
{
border-color: #DAD229;
}
</style>