Shades of Bitter Lemon #DDDC24
Tints of Bitter Lemon #DDDC24
RGB
CMYK
RGB Variations
Color information
#DDDC24 (or 0xDDDC24) is known color: Bitter Lemon. HEX triplet: DD, DC and 24. RGB value is (221,220,36). Sum of RGB (Red+Green+Blue) = 221+220+36=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC24 is #2223DB. Grayscale: #C8C8C8. Windows color (decimal): -2237404 or 2415837. OLE color: 2415837.
HSL color Cylindrical-coordinate representation of color #DDDC24: hue angle of 59.68º 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 #DDDC24 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 36 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.13 |
| HSL | 59.68º | 0.73% | 0.5% | - |
| HSV(B) | 59.68º | 0.84% | 0.87% | - |
| XYZ | 55.73 | 66.69 | 11.6 | - |
| YUV | 199.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 36 | 0 | 0.00 | 0.84 | 0.13 | 59.68 | 0.73 | 0.5 |
| Hex | DD | DC | 24 | 0 | 0 | 54 | D | 3C | 49 | 32 |
| Octal | 335 | 334 | 44 | 0 | 0 | 124 | 15 | 74 | 111 | 62 |
| Binary | 11011101 | 11011100 | 100100 | 0 | 0 | 1010100 | 1101 | 111100 | 1001001 | 110010 |
Color Harmonies of #DDDC24
Complementary color
Monochromatic Colors of #DDDC24
Black with #DDDC24
Text Example
Text Example
White with #DDDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC24; }
p { color: rgb(221,220,36); }
H1.HeaderClassName
{
color: #DDDC24;
}
.AnyTagClassName
{
color: #DDDC24;
}
</style>
background-color css
<style>
a { background-color: #DDDC24; }
a { background-color: rgb(221,220,36); }
div.DivClassName
{
background-color: #DDDC24;
}
.BgClassName
{
background-color: #DDDC24;
}
</style>
border-color css
<style>
span { border-color: #DDDC24; }
span { border-color: rgb(221,220,36); }
td.TdClassName
{
border-color: #DDDC24;
}
.TagClassName
{
border-color: #DDDC24;
}
</style>