Shades of Bitter Lemon #DDDB21
Tints of Bitter Lemon #DDDB21
RGB
CMYK
RGB Variations
Color information
#DDDB21 (or 0xDDDB21) is known color: Bitter Lemon. HEX triplet: DD, DB and 21. RGB value is (221,219,33). Sum of RGB (Red+Green+Blue) = 221+219+33=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB21 is #2224DE. Grayscale: #C7C7C7. Windows color (decimal): -2237663 or 2218973. OLE color: 2218973.
HSL color Cylindrical-coordinate representation of color #DDDB21: hue angle of 59.36º 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 #DDDB21 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 33 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.13 |
| HSL | 59.36º | 0.74% | 0.5% | - |
| HSV(B) | 59.36º | 0.85% | 0.87% | - |
| XYZ | 55.42 | 66.14 | 11.28 | - |
| YUV | 198.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 33 | 0 | 0.01 | 0.85 | 0.13 | 59.36 | 0.74 | 0.5 |
| Hex | DD | DB | 21 | 0 | 1 | 55 | D | 3B | 4A | 32 |
| Octal | 335 | 333 | 41 | 0 | 1 | 125 | 15 | 73 | 112 | 62 |
| Binary | 11011101 | 11011011 | 100001 | 0 | 1 | 1010101 | 1101 | 111011 | 1001010 | 110010 |
Color Harmonies of #DDDB21
Complementary color
Monochromatic Colors of #DDDB21
Black with #DDDB21
Text Example
Text Example
White with #DDDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB21; }
p { color: rgb(221,219,33); }
H1.HeaderClassName
{
color: #DDDB21;
}
.AnyTagClassName
{
color: #DDDB21;
}
</style>
background-color css
<style>
a { background-color: #DDDB21; }
a { background-color: rgb(221,219,33); }
div.DivClassName
{
background-color: #DDDB21;
}
.BgClassName
{
background-color: #DDDB21;
}
</style>
border-color css
<style>
span { border-color: #DDDB21; }
span { border-color: rgb(221,219,33); }
td.TdClassName
{
border-color: #DDDB21;
}
.TagClassName
{
border-color: #DDDB21;
}
</style>