Shades of Bitter Lemon #DADD22
Tints of Bitter Lemon #DADD22
RGB
CMYK
RGB Variations
Color information
#DADD22 (or 0xDADD22) is known color: Bitter Lemon. HEX triplet: DA, DD and 22. RGB value is (218,221,34). Sum of RGB (Red+Green+Blue) = 218+221+34=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 34 (13.67% from 255 or 7.19% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD22 is #2522DD. Grayscale: #C7C7C7. Windows color (decimal): -2433758 or 2285018. OLE color: 2285018.
HSL color Cylindrical-coordinate representation of color #DADD22: hue angle of 60.96º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DADD22 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.96º | 0.73% | 0.5% | - |
| HSV(B) | 60.96º | 0.85% | 0.87% | - |
| XYZ | 55.06 | 66.73 | 11.49 | - |
| YUV | 198.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 34 | 0.01 | 0 | 0.85 | 0.13 | 60.96 | 0.73 | 0.5 |
| Hex | DA | DD | 22 | 1 | 0 | 55 | D | 3D | 49 | 32 |
| Octal | 332 | 335 | 42 | 1 | 0 | 125 | 15 | 75 | 111 | 62 |
| Binary | 11011010 | 11011101 | 100010 | 1 | 0 | 1010101 | 1101 | 111101 | 1001001 | 110010 |
Color Harmonies of #DADD22
Complementary color
Monochromatic Colors of #DADD22
Black with #DADD22
Text Example
Text Example
White with #DADD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD22; }
p { color: rgb(218,221,34); }
H1.HeaderClassName
{
color: #DADD22;
}
.AnyTagClassName
{
color: #DADD22;
}
</style>
background-color css
<style>
a { background-color: #DADD22; }
a { background-color: rgb(218,221,34); }
div.DivClassName
{
background-color: #DADD22;
}
.BgClassName
{
background-color: #DADD22;
}
</style>
border-color css
<style>
span { border-color: #DADD22; }
span { border-color: rgb(218,221,34); }
td.TdClassName
{
border-color: #DADD22;
}
.TagClassName
{
border-color: #DADD22;
}
</style>