Shades of Bitter Lemon #DDD924
Tints of Bitter Lemon #DDD924
RGB
CMYK
RGB Variations
Color information
#DDD924 (or 0xDDD924) is known color: Bitter Lemon. HEX triplet: DD, D9 and 24. RGB value is (221,217,36). Sum of RGB (Red+Green+Blue) = 221+217+36=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD924 is #2226DB. Grayscale: #C6C6C6. Windows color (decimal): -2238172 or 2415069. OLE color: 2415069.
HSL color Cylindrical-coordinate representation of color #DDD924: hue angle of 58.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD924 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 36 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.13 |
| HSL | 58.7º | 0.73% | 0.5% | - |
| HSV(B) | 58.7º | 0.84% | 0.87% | - |
| XYZ | 54.95 | 65.13 | 11.34 | - |
| YUV | 197.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 36 | 0 | 0.02 | 0.84 | 0.13 | 58.7 | 0.73 | 0.5 |
| Hex | DD | D9 | 24 | 0 | 2 | 54 | D | 3B | 49 | 32 |
| Octal | 335 | 331 | 44 | 0 | 2 | 124 | 15 | 73 | 111 | 62 |
| Binary | 11011101 | 11011001 | 100100 | 0 | 10 | 1010100 | 1101 | 111011 | 1001001 | 110010 |
Color Harmonies of #DDD924
Complementary color
Monochromatic Colors of #DDD924
Black with #DDD924
Text Example
Text Example
White with #DDD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD924; }
p { color: rgb(221,217,36); }
H1.HeaderClassName
{
color: #DDD924;
}
.AnyTagClassName
{
color: #DDD924;
}
</style>
background-color css
<style>
a { background-color: #DDD924; }
a { background-color: rgb(221,217,36); }
div.DivClassName
{
background-color: #DDD924;
}
.BgClassName
{
background-color: #DDD924;
}
</style>
border-color css
<style>
span { border-color: #DDD924; }
span { border-color: rgb(221,217,36); }
td.TdClassName
{
border-color: #DDD924;
}
.TagClassName
{
border-color: #DDD924;
}
</style>