Shades of Bitter Lemon #DDDB2D
Tints of Bitter Lemon #DDDB2D
RGB
CMYK
RGB Variations
Color information
#DDDB2D (or 0xDDDB2D) is known color: Bitter Lemon. HEX triplet: DD, DB and 2D. RGB value is (221,219,45). Sum of RGB (Red+Green+Blue) = 221+219+45=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB2D is #2224D2. Grayscale: #C8C8C8. Windows color (decimal): -2237651 or 3005405. OLE color: 3005405.
HSL color Cylindrical-coordinate representation of color #DDDB2D: 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 #DDDB2D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 45 | - |
| 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.62 | 66.22 | 12.33 | - |
| YUV | 199.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 45 | 0 | 0.01 | 0.80 | 0.13 | 59.32 | 0.72 | 0.52 |
| Hex | DD | DB | 2D | 0 | 1 | 50 | D | 3B | 48 | 34 |
| Octal | 335 | 333 | 55 | 0 | 1 | 120 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011011 | 101101 | 0 | 1 | 1010000 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDB2D
Complementary color
Monochromatic Colors of #DDDB2D
Black with #DDDB2D
Text Example
Text Example
White with #DDDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB2D; }
p { color: rgb(221,219,45); }
H1.HeaderClassName
{
color: #DDDB2D;
}
.AnyTagClassName
{
color: #DDDB2D;
}
</style>
background-color css
<style>
a { background-color: #DDDB2D; }
a { background-color: rgb(221,219,45); }
div.DivClassName
{
background-color: #DDDB2D;
}
.BgClassName
{
background-color: #DDDB2D;
}
</style>
border-color css
<style>
span { border-color: #DDDB2D; }
span { border-color: rgb(221,219,45); }
td.TdClassName
{
border-color: #DDDB2D;
}
.TagClassName
{
border-color: #DDDB2D;
}
</style>