Shades of Bitter Lemon #DDDA2A
Tints of Bitter Lemon #DDDA2A
RGB
CMYK
RGB Variations
Color information
#DDDA2A (or 0xDDDA2A) is known color: Bitter Lemon. HEX triplet: DD, DA and 2A. RGB value is (221,218,42). Sum of RGB (Red+Green+Blue) = 221+218+42=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2A is #2225D5. Grayscale: #C7C7C7. Windows color (decimal): -2237910 or 2808541. OLE color: 2808541.
HSL color Cylindrical-coordinate representation of color #DDDA2A: hue angle of 58.99º 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 #DDDA2A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 58.99º | 0.72% | 0.52% | - |
| HSV(B) | 58.99º | 0.81% | 0.87% | - |
| XYZ | 55.31 | 65.68 | 11.95 | - |
| YUV | 198.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 42 | 0 | 0.01 | 0.81 | 0.13 | 58.99 | 0.72 | 0.52 |
| Hex | DD | DA | 2A | 0 | 1 | 51 | D | 3B | 48 | 34 |
| Octal | 335 | 332 | 52 | 0 | 1 | 121 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011010 | 101010 | 0 | 1 | 1010001 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDA2A
Complementary color
Monochromatic Colors of #DDDA2A
Black with #DDDA2A
Text Example
Text Example
White with #DDDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA2A; }
p { color: rgb(221,218,42); }
H1.HeaderClassName
{
color: #DDDA2A;
}
.AnyTagClassName
{
color: #DDDA2A;
}
</style>
background-color css
<style>
a { background-color: #DDDA2A; }
a { background-color: rgb(221,218,42); }
div.DivClassName
{
background-color: #DDDA2A;
}
.BgClassName
{
background-color: #DDDA2A;
}
</style>
border-color css
<style>
span { border-color: #DDDA2A; }
span { border-color: rgb(221,218,42); }
td.TdClassName
{
border-color: #DDDA2A;
}
.TagClassName
{
border-color: #DDDA2A;
}
</style>