Shades of Bitter Lemon #DAD821
Tints of Bitter Lemon #DAD821
RGB
CMYK
RGB Variations
Color information
#DAD821 (or 0xDAD821) is known color: Bitter Lemon. HEX triplet: DA, D8 and 21. RGB value is (218,216,33). Sum of RGB (Red+Green+Blue) = 218+216+33=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD821 is #2527DE. Grayscale: #C4C4C4. Windows color (decimal): -2435039 or 2218202. OLE color: 2218202.
HSL color Cylindrical-coordinate representation of color #DAD821: hue angle of 59.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAD821 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 33 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.15 |
| HSL | 59.35º | 0.74% | 0.49% | - |
| HSV(B) | 59.35º | 0.85% | 0.85% | - |
| XYZ | 53.74 | 64.13 | 10.98 | - |
| YUV | 195.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 33 | 0 | 0.01 | 0.85 | 0.15 | 59.35 | 0.74 | 0.49 |
| Hex | DA | D8 | 21 | 0 | 1 | 55 | F | 3B | 4A | 31 |
| Octal | 332 | 330 | 41 | 0 | 1 | 125 | 17 | 73 | 112 | 61 |
| Binary | 11011010 | 11011000 | 100001 | 0 | 1 | 1010101 | 1111 | 111011 | 1001010 | 110001 |
Color Harmonies of #DAD821
Complementary color
Monochromatic Colors of #DAD821
Black with #DAD821
Text Example
Text Example
White with #DAD821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD821; }
p { color: rgb(218,216,33); }
H1.HeaderClassName
{
color: #DAD821;
}
.AnyTagClassName
{
color: #DAD821;
}
</style>
background-color css
<style>
a { background-color: #DAD821; }
a { background-color: rgb(218,216,33); }
div.DivClassName
{
background-color: #DAD821;
}
.BgClassName
{
background-color: #DAD821;
}
</style>
border-color css
<style>
span { border-color: #DAD821; }
span { border-color: rgb(218,216,33); }
td.TdClassName
{
border-color: #DAD821;
}
.TagClassName
{
border-color: #DAD821;
}
</style>