Shades of Bitter Lemon #DDDA2D
Tints of Bitter Lemon #DDDA2D
RGB
CMYK
RGB Variations
Color information
#DDDA2D (or 0xDDDA2D) is known color: Bitter Lemon. HEX triplet: DD, DA and 2D. RGB value is (221,218,45). Sum of RGB (Red+Green+Blue) = 221+218+45=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2D is #2225D2. Grayscale: #C7C7C7. Windows color (decimal): -2237907 or 3005149. OLE color: 3005149.
HSL color Cylindrical-coordinate representation of color #DDDA2D: 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 #DDDA2D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 45 | - |
| 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.36 | 65.7 | 12.25 | - |
| YUV | 199.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 45 | 0 | 0.01 | 0.80 | 0.13 | 58.98 | 0.72 | 0.52 |
| Hex | DD | DA | 2D | 0 | 1 | 50 | D | 3B | 48 | 34 |
| Octal | 335 | 332 | 55 | 0 | 1 | 120 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011010 | 101101 | 0 | 1 | 1010000 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDA2D
Complementary color
Monochromatic Colors of #DDDA2D
Black with #DDDA2D
Text Example
Text Example
White with #DDDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA2D; }
p { color: rgb(221,218,45); }
H1.HeaderClassName
{
color: #DDDA2D;
}
.AnyTagClassName
{
color: #DDDA2D;
}
</style>
background-color css
<style>
a { background-color: #DDDA2D; }
a { background-color: rgb(221,218,45); }
div.DivClassName
{
background-color: #DDDA2D;
}
.BgClassName
{
background-color: #DDDA2D;
}
</style>
border-color css
<style>
span { border-color: #DDDA2D; }
span { border-color: rgb(221,218,45); }
td.TdClassName
{
border-color: #DDDA2D;
}
.TagClassName
{
border-color: #DDDA2D;
}
</style>