Shades of Bitter Lemon #DDD329
Tints of Bitter Lemon #DDD329
RGB
CMYK
RGB Variations
Color information
#DDD329 (or 0xDDD329) is known color: Bitter Lemon. HEX triplet: DD, D3 and 29. RGB value is (221,211,41). Sum of RGB (Red+Green+Blue) = 221+211+41=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD329 is #222CD6. Grayscale: #C3C3C3. Windows color (decimal): -2239703 or 2741213. OLE color: 2741213.
HSL color Cylindrical-coordinate representation of color #DDD329: hue angle of 56.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD329 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 41 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 56.67º | 0.73% | 0.51% | - |
| HSV(B) | 56.67º | 0.81% | 0.87% | - |
| XYZ | 53.51 | 62.12 | 11.27 | - |
| YUV | 194.61 | 41.31 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 41 | 0 | 0.05 | 0.81 | 0.13 | 56.67 | 0.73 | 0.51 |
| Hex | DD | D3 | 29 | 0 | 5 | 51 | D | 39 | 49 | 33 |
| Octal | 335 | 323 | 51 | 0 | 5 | 121 | 15 | 71 | 111 | 63 |
| Binary | 11011101 | 11010011 | 101001 | 0 | 101 | 1010001 | 1101 | 111001 | 1001001 | 110011 |
Color Harmonies of #DDD329
Complementary color
Monochromatic Colors of #DDD329
Black with #DDD329
Text Example
Text Example
White with #DDD329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD329; }
p { color: rgb(221,211,41); }
H1.HeaderClassName
{
color: #DDD329;
}
.AnyTagClassName
{
color: #DDD329;
}
</style>
background-color css
<style>
a { background-color: #DDD329; }
a { background-color: rgb(221,211,41); }
div.DivClassName
{
background-color: #DDD329;
}
.BgClassName
{
background-color: #DDD329;
}
</style>
border-color css
<style>
span { border-color: #DDD329; }
span { border-color: rgb(221,211,41); }
td.TdClassName
{
border-color: #DDD329;
}
.TagClassName
{
border-color: #DDD329;
}
</style>