Shades of Bitter Lemon #DADD21
Tints of Bitter Lemon #DADD21
RGB
CMYK
RGB Variations
Color information
#DADD21 (or 0xDADD21) is known color: Bitter Lemon. HEX triplet: DA, DD and 21. RGB value is (218,221,33). Sum of RGB (Red+Green+Blue) = 218+221+33=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD21 is #2522DE. Grayscale: #C7C7C7. Windows color (decimal): -2433759 or 2219482. OLE color: 2219482.
HSL color Cylindrical-coordinate representation of color #DADD21: hue angle of 60.96º degrees, saturation: 0.74, 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 #DADD21 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.96º | 0.74% | 0.5% | - |
| HSV(B) | 60.96º | 0.85% | 0.87% | - |
| XYZ | 55.04 | 66.73 | 11.42 | - |
| YUV | 198.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 33 | 0.01 | 0 | 0.85 | 0.13 | 60.96 | 0.74 | 0.5 |
| Hex | DA | DD | 21 | 1 | 0 | 55 | D | 3D | 4A | 32 |
| Octal | 332 | 335 | 41 | 1 | 0 | 125 | 15 | 75 | 112 | 62 |
| Binary | 11011010 | 11011101 | 100001 | 1 | 0 | 1010101 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #DADD21
Complementary color
Monochromatic Colors of #DADD21
Black with #DADD21
Text Example
Text Example
White with #DADD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD21; }
p { color: rgb(218,221,33); }
H1.HeaderClassName
{
color: #DADD21;
}
.AnyTagClassName
{
color: #DADD21;
}
</style>
background-color css
<style>
a { background-color: #DADD21; }
a { background-color: rgb(218,221,33); }
div.DivClassName
{
background-color: #DADD21;
}
.BgClassName
{
background-color: #DADD21;
}
</style>
border-color css
<style>
span { border-color: #DADD21; }
span { border-color: rgb(218,221,33); }
td.TdClassName
{
border-color: #DADD21;
}
.TagClassName
{
border-color: #DADD21;
}
</style>