Shades of Bitter Lemon #DADA21
Tints of Bitter Lemon #DADA21
RGB
CMYK
RGB Variations
Color information
#DADA21 (or 0xDADA21) is known color: Bitter Lemon. HEX triplet: DA, DA and 21. RGB value is (218,218,33). Sum of RGB (Red+Green+Blue) = 218+218+33=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA21 is #2525DE. Grayscale: #C5C5C5. Windows color (decimal): -2434527 or 2218714. OLE color: 2218714.
HSL color Cylindrical-coordinate representation of color #DADA21: hue angle of 60º 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 #DADA21 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 33 | - |
| CMYK | 0 | 0 | 0.85 | 0.15 |
| HSL | 60º | 0.74% | 0.49% | - |
| HSV(B) | 60º | 0.85% | 0.85% | - |
| XYZ | 54.26 | 65.16 | 11.16 | - |
| YUV | 196.91 | 35.5 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 33 | 0 | 0 | 0.85 | 0.15 | 60 | 0.74 | 0.49 |
| Hex | DA | DA | 21 | 0 | 0 | 55 | F | 3C | 4A | 31 |
| Octal | 332 | 332 | 41 | 0 | 0 | 125 | 17 | 74 | 112 | 61 |
| Binary | 11011010 | 11011010 | 100001 | 0 | 0 | 1010101 | 1111 | 111100 | 1001010 | 110001 |
Color Harmonies of #DADA21
Complementary color
Monochromatic Colors of #DADA21
Black with #DADA21
Text Example
Text Example
White with #DADA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA21; }
p { color: rgb(218,218,33); }
H1.HeaderClassName
{
color: #DADA21;
}
.AnyTagClassName
{
color: #DADA21;
}
</style>
background-color css
<style>
a { background-color: #DADA21; }
a { background-color: rgb(218,218,33); }
div.DivClassName
{
background-color: #DADA21;
}
.BgClassName
{
background-color: #DADA21;
}
</style>
border-color css
<style>
span { border-color: #DADA21; }
span { border-color: rgb(218,218,33); }
td.TdClassName
{
border-color: #DADA21;
}
.TagClassName
{
border-color: #DADA21;
}
</style>