Shades of Bitter Lemon #DDD32A
Tints of Bitter Lemon #DDD32A
RGB
CMYK
RGB Variations
Color information
#DDD32A (or 0xDDD32A) is known color: Bitter Lemon. HEX triplet: DD, D3 and 2A. RGB value is (221,211,42). Sum of RGB (Red+Green+Blue) = 221+211+42=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD32A is #222CD5. Grayscale: #C3C3C3. Windows color (decimal): -2239702 or 2806749. OLE color: 2806749.
HSL color Cylindrical-coordinate representation of color #DDD32A: hue angle of 56.65º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD32A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 42 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 56.65º | 0.72% | 0.52% | - |
| HSV(B) | 56.65º | 0.81% | 0.87% | - |
| XYZ | 53.53 | 62.13 | 11.36 | - |
| YUV | 194.72 | 41.81 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 42 | 0 | 0.05 | 0.81 | 0.13 | 56.65 | 0.72 | 0.52 |
| Hex | DD | D3 | 2A | 0 | 5 | 51 | D | 39 | 48 | 34 |
| Octal | 335 | 323 | 52 | 0 | 5 | 121 | 15 | 71 | 110 | 64 |
| Binary | 11011101 | 11010011 | 101010 | 0 | 101 | 1010001 | 1101 | 111001 | 1001000 | 110100 |
Color Harmonies of #DDD32A
Complementary color
Monochromatic Colors of #DDD32A
Black with #DDD32A
Text Example
Text Example
White with #DDD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD32A; }
p { color: rgb(221,211,42); }
H1.HeaderClassName
{
color: #DDD32A;
}
.AnyTagClassName
{
color: #DDD32A;
}
</style>
background-color css
<style>
a { background-color: #DDD32A; }
a { background-color: rgb(221,211,42); }
div.DivClassName
{
background-color: #DDD32A;
}
.BgClassName
{
background-color: #DDD32A;
}
</style>
border-color css
<style>
span { border-color: #DDD32A; }
span { border-color: rgb(221,211,42); }
td.TdClassName
{
border-color: #DDD32A;
}
.TagClassName
{
border-color: #DDD32A;
}
</style>