Shades of Bitter Lemon #DDD920
Tints of Bitter Lemon #DDD920
RGB
CMYK
RGB Variations
Color information
#DDD920 (or 0xDDD920) is known color: Bitter Lemon. HEX triplet: DD, D9 and 20. RGB value is (221,217,32). Sum of RGB (Red+Green+Blue) = 221+217+32=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD920 is #2226DF. Grayscale: #C5C5C5. Windows color (decimal): -2238176 or 2152925. OLE color: 2152925.
HSL color Cylindrical-coordinate representation of color #DDD920: hue angle of 58.73º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD920 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.73º | 0.75% | 0.5% | - |
| HSV(B) | 58.73º | 0.86% | 0.87% | - |
| XYZ | 54.89 | 65.1 | 11.04 | - |
| YUV | 197.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 32 | 0 | 0.02 | 0.86 | 0.13 | 58.73 | 0.75 | 0.5 |
| Hex | DD | D9 | 20 | 0 | 2 | 56 | D | 3B | 4B | 32 |
| Octal | 335 | 331 | 40 | 0 | 2 | 126 | 15 | 73 | 113 | 62 |
| Binary | 11011101 | 11011001 | 100000 | 0 | 10 | 1010110 | 1101 | 111011 | 1001011 | 110010 |
Color Harmonies of #DDD920
Complementary color
Monochromatic Colors of #DDD920
Black with #DDD920
Text Example
Text Example
White with #DDD920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD920; }
p { color: rgb(221,217,32); }
H1.HeaderClassName
{
color: #DDD920;
}
.AnyTagClassName
{
color: #DDD920;
}
</style>
background-color css
<style>
a { background-color: #DDD920; }
a { background-color: rgb(221,217,32); }
div.DivClassName
{
background-color: #DDD920;
}
.BgClassName
{
background-color: #DDD920;
}
</style>
border-color css
<style>
span { border-color: #DDD920; }
span { border-color: rgb(221,217,32); }
td.TdClassName
{
border-color: #DDD920;
}
.TagClassName
{
border-color: #DDD920;
}
</style>