Shades of Bitter Lemon #DDDD21
Tints of Bitter Lemon #DDDD21
RGB
CMYK
RGB Variations
Color information
#DDDD21 (or 0xDDDD21) is known color: Bitter Lemon. HEX triplet: DD, DD and 21. RGB value is (221,221,33). Sum of RGB (Red+Green+Blue) = 221+221+33=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD21 is #2222DE. Grayscale: #C8C8C8. Windows color (decimal): -2237151 or 2219485. OLE color: 2219485.
HSL color Cylindrical-coordinate representation of color #DDDD21: hue angle of 60º 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 #DDDD21 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 33 | - |
| CMYK | 0 | 0 | 0.85 | 0.13 |
| HSL | 60º | 0.74% | 0.5% | - |
| HSV(B) | 60º | 0.85% | 0.87% | - |
| XYZ | 55.95 | 67.19 | 11.46 | - |
| YUV | 199.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 33 | 0 | 0 | 0.85 | 0.13 | 60 | 0.74 | 0.5 |
| Hex | DD | DD | 21 | 0 | 0 | 55 | D | 3C | 4A | 32 |
| Octal | 335 | 335 | 41 | 0 | 0 | 125 | 15 | 74 | 112 | 62 |
| Binary | 11011101 | 11011101 | 100001 | 0 | 0 | 1010101 | 1101 | 111100 | 1001010 | 110010 |
Color Harmonies of #DDDD21
Complementary color
Monochromatic Colors of #DDDD21
Black with #DDDD21
Text Example
Text Example
White with #DDDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD21; }
p { color: rgb(221,221,33); }
H1.HeaderClassName
{
color: #DDDD21;
}
.AnyTagClassName
{
color: #DDDD21;
}
</style>
background-color css
<style>
a { background-color: #DDDD21; }
a { background-color: rgb(221,221,33); }
div.DivClassName
{
background-color: #DDDD21;
}
.BgClassName
{
background-color: #DDDD21;
}
</style>
border-color css
<style>
span { border-color: #DDDD21; }
span { border-color: rgb(221,221,33); }
td.TdClassName
{
border-color: #DDDD21;
}
.TagClassName
{
border-color: #DDDD21;
}
</style>