Shades of Bitter Lemon #DDDA29
Tints of Bitter Lemon #DDDA29
RGB
CMYK
RGB Variations
Color information
#DDDA29 (or 0xDDDA29) is known color: Bitter Lemon. HEX triplet: DD, DA and 29. RGB value is (221,218,41). Sum of RGB (Red+Green+Blue) = 221+218+41=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA29 is #2225D6. Grayscale: #C7C7C7. Windows color (decimal): -2237911 or 2743005. OLE color: 2743005.
HSL color Cylindrical-coordinate representation of color #DDDA29: hue angle of 59º 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 #DDDA29 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 41 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 59º | 0.73% | 0.51% | - |
| HSV(B) | 59º | 0.81% | 0.87% | - |
| XYZ | 55.29 | 65.68 | 11.86 | - |
| YUV | 198.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 41 | 0 | 0.01 | 0.81 | 0.13 | 59 | 0.73 | 0.51 |
| Hex | DD | DA | 29 | 0 | 1 | 51 | D | 3B | 49 | 33 |
| Octal | 335 | 332 | 51 | 0 | 1 | 121 | 15 | 73 | 111 | 63 |
| Binary | 11011101 | 11011010 | 101001 | 0 | 1 | 1010001 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DDDA29
Complementary color
Monochromatic Colors of #DDDA29
Black with #DDDA29
Text Example
Text Example
White with #DDDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA29; }
p { color: rgb(221,218,41); }
H1.HeaderClassName
{
color: #DDDA29;
}
.AnyTagClassName
{
color: #DDDA29;
}
</style>
background-color css
<style>
a { background-color: #DDDA29; }
a { background-color: rgb(221,218,41); }
div.DivClassName
{
background-color: #DDDA29;
}
.BgClassName
{
background-color: #DDDA29;
}
</style>
border-color css
<style>
span { border-color: #DDDA29; }
span { border-color: rgb(221,218,41); }
td.TdClassName
{
border-color: #DDDA29;
}
.TagClassName
{
border-color: #DDDA29;
}
</style>