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