Shades of Bitter Lemon #DDD429
Tints of Bitter Lemon #DDD429
RGB
CMYK
RGB Variations
Color information
#DDD429 (or 0xDDD429) is known color: Bitter Lemon. HEX triplet: DD, D4 and 29. RGB value is (221,212,41). Sum of RGB (Red+Green+Blue) = 221+212+41=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD429 is #222BD6. Grayscale: #C3C3C3. Windows color (decimal): -2239447 or 2741469. OLE color: 2741469.
HSL color Cylindrical-coordinate representation of color #DDD429: hue angle of 57º 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 #DDD429 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 41 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.13 |
| HSL | 57º | 0.73% | 0.51% | - |
| HSV(B) | 57º | 0.81% | 0.87% | - |
| XYZ | 53.76 | 62.62 | 11.35 | - |
| YUV | 195.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 41 | 0 | 0.04 | 0.81 | 0.13 | 57 | 0.73 | 0.51 |
| Hex | DD | D4 | 29 | 0 | 4 | 51 | D | 39 | 49 | 33 |
| Octal | 335 | 324 | 51 | 0 | 4 | 121 | 15 | 71 | 111 | 63 |
| Binary | 11011101 | 11010100 | 101001 | 0 | 100 | 1010001 | 1101 | 111001 | 1001001 | 110011 |
Color Harmonies of #DDD429
Complementary color
Monochromatic Colors of #DDD429
Black with #DDD429
Text Example
Text Example
White with #DDD429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD429; }
p { color: rgb(221,212,41); }
H1.HeaderClassName
{
color: #DDD429;
}
.AnyTagClassName
{
color: #DDD429;
}
</style>
background-color css
<style>
a { background-color: #DDD429; }
a { background-color: rgb(221,212,41); }
div.DivClassName
{
background-color: #DDD429;
}
.BgClassName
{
background-color: #DDD429;
}
</style>
border-color css
<style>
span { border-color: #DDD429; }
span { border-color: rgb(221,212,41); }
td.TdClassName
{
border-color: #DDD429;
}
.TagClassName
{
border-color: #DDD429;
}
</style>