Shades of Bitter Lemon #DDD22A
Tints of Bitter Lemon #DDD22A
RGB
CMYK
RGB Variations
Color information
#DDD22A (or 0xDDD22A) is known color: Bitter Lemon. HEX triplet: DD, D2 and 2A. RGB value is (221,210,42). Sum of RGB (Red+Green+Blue) = 221+210+42=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD22A is #222DD5. Grayscale: #C2C2C2. Windows color (decimal): -2239958 or 2806493. OLE color: 2806493.
HSL color Cylindrical-coordinate representation of color #DDD22A: hue angle of 56.31º 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 #DDD22A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 42 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 56.31º | 0.72% | 0.52% | - |
| HSV(B) | 56.31º | 0.81% | 0.87% | - |
| XYZ | 53.28 | 61.63 | 11.28 | - |
| YUV | 194.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 42 | 0 | 0.05 | 0.81 | 0.13 | 56.31 | 0.72 | 0.52 |
| Hex | DD | D2 | 2A | 0 | 5 | 51 | D | 38 | 48 | 34 |
| Octal | 335 | 322 | 52 | 0 | 5 | 121 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010010 | 101010 | 0 | 101 | 1010001 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD22A
Complementary color
Monochromatic Colors of #DDD22A
Black with #DDD22A
Text Example
Text Example
White with #DDD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD22A; }
p { color: rgb(221,210,42); }
H1.HeaderClassName
{
color: #DDD22A;
}
.AnyTagClassName
{
color: #DDD22A;
}
</style>
background-color css
<style>
a { background-color: #DDD22A; }
a { background-color: rgb(221,210,42); }
div.DivClassName
{
background-color: #DDD22A;
}
.BgClassName
{
background-color: #DDD22A;
}
</style>
border-color css
<style>
span { border-color: #DDD22A; }
span { border-color: rgb(221,210,42); }
td.TdClassName
{
border-color: #DDD22A;
}
.TagClassName
{
border-color: #DDD22A;
}
</style>