Shades of Bitter Lemon #DDDB2C
Tints of Bitter Lemon #DDDB2C
RGB
CMYK
RGB Variations
Color information
#DDDB2C (or 0xDDDB2C) is known color: Bitter Lemon. HEX triplet: DD, DB and 2C. RGB value is (221,219,44). Sum of RGB (Red+Green+Blue) = 221+219+44=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB2C is #2224D3. Grayscale: #C8C8C8. Windows color (decimal): -2237652 or 2939869. OLE color: 2939869.
HSL color Cylindrical-coordinate representation of color #DDDB2C: hue angle of 59.32º 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 #DDDB2C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.13 |
| HSL | 59.32º | 0.72% | 0.52% | - |
| HSV(B) | 59.32º | 0.8% | 0.87% | - |
| XYZ | 55.6 | 66.22 | 12.23 | - |
| YUV | 199.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 44 | 0 | 0.01 | 0.80 | 0.13 | 59.32 | 0.72 | 0.52 |
| Hex | DD | DB | 2C | 0 | 1 | 50 | D | 3B | 48 | 34 |
| Octal | 335 | 333 | 54 | 0 | 1 | 120 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011011 | 101100 | 0 | 1 | 1010000 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDB2C
Complementary color
Monochromatic Colors of #DDDB2C
Black with #DDDB2C
Text Example
Text Example
White with #DDDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB2C; }
p { color: rgb(221,219,44); }
H1.HeaderClassName
{
color: #DDDB2C;
}
.AnyTagClassName
{
color: #DDDB2C;
}
</style>
background-color css
<style>
a { background-color: #DDDB2C; }
a { background-color: rgb(221,219,44); }
div.DivClassName
{
background-color: #DDDB2C;
}
.BgClassName
{
background-color: #DDDB2C;
}
</style>
border-color css
<style>
span { border-color: #DDDB2C; }
span { border-color: rgb(221,219,44); }
td.TdClassName
{
border-color: #DDDB2C;
}
.TagClassName
{
border-color: #DDDB2C;
}
</style>