Shades of Bitter Lemon #DAD924
Tints of Bitter Lemon #DAD924
RGB
CMYK
RGB Variations
Color information
#DAD924 (or 0xDAD924) is known color: Bitter Lemon. HEX triplet: DA, D9 and 24. RGB value is (218,217,36). Sum of RGB (Red+Green+Blue) = 218+217+36=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD924 is #2526DB. Grayscale: #C5C5C5. Windows color (decimal): -2434780 or 2415066. OLE color: 2415066.
HSL color Cylindrical-coordinate representation of color #DAD924: hue angle of 59.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD924 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 36 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.15 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.83% | 0.85% | - |
| XYZ | 54.04 | 64.66 | 11.3 | - |
| YUV | 196.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 36 | 0 | 0.00 | 0.83 | 0.15 | 59.67 | 0.72 | 0.5 |
| Hex | DA | D9 | 24 | 0 | 0 | 53 | F | 3C | 48 | 32 |
| Octal | 332 | 331 | 44 | 0 | 0 | 123 | 17 | 74 | 110 | 62 |
| Binary | 11011010 | 11011001 | 100100 | 0 | 0 | 1010011 | 1111 | 111100 | 1001000 | 110010 |
Color Harmonies of #DAD924
Complementary color
Monochromatic Colors of #DAD924
Black with #DAD924
Text Example
Text Example
White with #DAD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD924; }
p { color: rgb(218,217,36); }
H1.HeaderClassName
{
color: #DAD924;
}
.AnyTagClassName
{
color: #DAD924;
}
</style>
background-color css
<style>
a { background-color: #DAD924; }
a { background-color: rgb(218,217,36); }
div.DivClassName
{
background-color: #DAD924;
}
.BgClassName
{
background-color: #DAD924;
}
</style>
border-color css
<style>
span { border-color: #DAD924; }
span { border-color: rgb(218,217,36); }
td.TdClassName
{
border-color: #DAD924;
}
.TagClassName
{
border-color: #DAD924;
}
</style>