Shades of Bitter Lemon #DADA22
Tints of Bitter Lemon #DADA22
RGB
CMYK
RGB Variations
Color information
#DADA22 (or 0xDADA22) is known color: Bitter Lemon. HEX triplet: DA, DA and 22. RGB value is (218,218,34). Sum of RGB (Red+Green+Blue) = 218+218+34=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA22 is #2525DD. Grayscale: #C5C5C5. Windows color (decimal): -2434526 or 2284250. OLE color: 2284250.
HSL color Cylindrical-coordinate representation of color #DADA22: hue angle of 60º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DADA22 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 34 | - |
| CMYK | 0 | 0 | 0.84 | 0.15 |
| HSL | 60º | 0.73% | 0.49% | - |
| HSV(B) | 60º | 0.84% | 0.85% | - |
| XYZ | 54.27 | 65.16 | 11.23 | - |
| YUV | 197.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 34 | 0 | 0 | 0.84 | 0.15 | 60 | 0.73 | 0.49 |
| Hex | DA | DA | 22 | 0 | 0 | 54 | F | 3C | 49 | 31 |
| Octal | 332 | 332 | 42 | 0 | 0 | 124 | 17 | 74 | 111 | 61 |
| Binary | 11011010 | 11011010 | 100010 | 0 | 0 | 1010100 | 1111 | 111100 | 1001001 | 110001 |
Color Harmonies of #DADA22
Complementary color
Monochromatic Colors of #DADA22
Black with #DADA22
Text Example
Text Example
White with #DADA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA22; }
p { color: rgb(218,218,34); }
H1.HeaderClassName
{
color: #DADA22;
}
.AnyTagClassName
{
color: #DADA22;
}
</style>
background-color css
<style>
a { background-color: #DADA22; }
a { background-color: rgb(218,218,34); }
div.DivClassName
{
background-color: #DADA22;
}
.BgClassName
{
background-color: #DADA22;
}
</style>
border-color css
<style>
span { border-color: #DADA22; }
span { border-color: rgb(218,218,34); }
td.TdClassName
{
border-color: #DADA22;
}
.TagClassName
{
border-color: #DADA22;
}
</style>