Shades of Bitter Lemon #DDDC2C
Tints of Bitter Lemon #DDDC2C
RGB
CMYK
RGB Variations
Color information
#DDDC2C (or 0xDDDC2C) is known color: Bitter Lemon. HEX triplet: DD, DC and 2C. RGB value is (221,220,44). Sum of RGB (Red+Green+Blue) = 221+220+44=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC2C is #2223D3. Grayscale: #C8C8C8. Windows color (decimal): -2237396 or 2940125. OLE color: 2940125.
HSL color Cylindrical-coordinate representation of color #DDDC2C: hue angle of 59.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDDC2C is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 44 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.13 |
| HSL | 59.66º | 0.72% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.87% | - |
| XYZ | 55.87 | 66.74 | 12.32 | - |
| YUV | 200.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 44 | 0 | 0.00 | 0.80 | 0.13 | 59.66 | 0.72 | 0.52 |
| Hex | DD | DC | 2C | 0 | 0 | 50 | D | 3C | 48 | 34 |
| Octal | 335 | 334 | 54 | 0 | 0 | 120 | 15 | 74 | 110 | 64 |
| Binary | 11011101 | 11011100 | 101100 | 0 | 0 | 1010000 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DDDC2C
Complementary color
Monochromatic Colors of #DDDC2C
Black with #DDDC2C
Text Example
Text Example
White with #DDDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC2C; }
p { color: rgb(221,220,44); }
H1.HeaderClassName
{
color: #DDDC2C;
}
.AnyTagClassName
{
color: #DDDC2C;
}
</style>
background-color css
<style>
a { background-color: #DDDC2C; }
a { background-color: rgb(221,220,44); }
div.DivClassName
{
background-color: #DDDC2C;
}
.BgClassName
{
background-color: #DDDC2C;
}
</style>
border-color css
<style>
span { border-color: #DDDC2C; }
span { border-color: rgb(221,220,44); }
td.TdClassName
{
border-color: #DDDC2C;
}
.TagClassName
{
border-color: #DDDC2C;
}
</style>