Shades of Bitter Lemon #DDDA2C
Tints of Bitter Lemon #DDDA2C
RGB
CMYK
RGB Variations
Color information
#DDDA2C (or 0xDDDA2C) is known color: Bitter Lemon. HEX triplet: DD, DA and 2C. RGB value is (221,218,44). Sum of RGB (Red+Green+Blue) = 221+218+44=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2C is #2225D3. Grayscale: #C7C7C7. Windows color (decimal): -2237908 or 2939613. OLE color: 2939613.
HSL color Cylindrical-coordinate representation of color #DDDA2C: hue angle of 58.98º 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 #DDDA2C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.13 |
| HSL | 58.98º | 0.72% | 0.52% | - |
| HSV(B) | 58.98º | 0.8% | 0.87% | - |
| XYZ | 55.34 | 65.7 | 12.15 | - |
| YUV | 199.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 44 | 0 | 0.01 | 0.80 | 0.13 | 58.98 | 0.72 | 0.52 |
| Hex | DD | DA | 2C | 0 | 1 | 50 | D | 3B | 48 | 34 |
| Octal | 335 | 332 | 54 | 0 | 1 | 120 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011010 | 101100 | 0 | 1 | 1010000 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDA2C
Complementary color
Monochromatic Colors of #DDDA2C
Black with #DDDA2C
Text Example
Text Example
White with #DDDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA2C; }
p { color: rgb(221,218,44); }
H1.HeaderClassName
{
color: #DDDA2C;
}
.AnyTagClassName
{
color: #DDDA2C;
}
</style>
background-color css
<style>
a { background-color: #DDDA2C; }
a { background-color: rgb(221,218,44); }
div.DivClassName
{
background-color: #DDDA2C;
}
.BgClassName
{
background-color: #DDDA2C;
}
</style>
border-color css
<style>
span { border-color: #DDDA2C; }
span { border-color: rgb(221,218,44); }
td.TdClassName
{
border-color: #DDDA2C;
}
.TagClassName
{
border-color: #DDDA2C;
}
</style>