Shades of Bitter Lemon #DDDD2A
Tints of Bitter Lemon #DDDD2A
RGB
CMYK
RGB Variations
Color information
#DDDD2A (or 0xDDDD2A) is known color: Bitter Lemon. HEX triplet: DD, DD and 2A. RGB value is (221,221,42). Sum of RGB (Red+Green+Blue) = 221+221+42=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2A is #2222D5. Grayscale: #C9C9C9. Windows color (decimal): -2237142 or 2809309. OLE color: 2809309.
HSL color Cylindrical-coordinate representation of color #DDDD2A: hue angle of 60º 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 #DDDD2A is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 42 | - |
| CMYK | 0 | 0 | 0.81 | 0.13 |
| HSL | 60º | 0.72% | 0.52% | - |
| HSV(B) | 60º | 0.81% | 0.87% | - |
| XYZ | 56.09 | 67.25 | 12.22 | - |
| YUV | 200.59 | 38.5 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 42 | 0 | 0 | 0.81 | 0.13 | 60 | 0.72 | 0.52 |
| Hex | DD | DD | 2A | 0 | 0 | 51 | D | 3C | 48 | 34 |
| Octal | 335 | 335 | 52 | 0 | 0 | 121 | 15 | 74 | 110 | 64 |
| Binary | 11011101 | 11011101 | 101010 | 0 | 0 | 1010001 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DDDD2A
Complementary color
Monochromatic Colors of #DDDD2A
Black with #DDDD2A
Text Example
Text Example
White with #DDDD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD2A; }
p { color: rgb(221,221,42); }
H1.HeaderClassName
{
color: #DDDD2A;
}
.AnyTagClassName
{
color: #DDDD2A;
}
</style>
background-color css
<style>
a { background-color: #DDDD2A; }
a { background-color: rgb(221,221,42); }
div.DivClassName
{
background-color: #DDDD2A;
}
.BgClassName
{
background-color: #DDDD2A;
}
</style>
border-color css
<style>
span { border-color: #DDDD2A; }
span { border-color: rgb(221,221,42); }
td.TdClassName
{
border-color: #DDDD2A;
}
.TagClassName
{
border-color: #DDDD2A;
}
</style>