Shades of Bitter Lemon #DDD529
Tints of Bitter Lemon #DDD529
RGB
CMYK
RGB Variations
Color information
#DDD529 (or 0xDDD529) is known color: Bitter Lemon. HEX triplet: DD, D5 and 29. RGB value is (221,213,41). Sum of RGB (Red+Green+Blue) = 221+213+41=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD529 is #222AD6. Grayscale: #C4C4C4. Windows color (decimal): -2239191 or 2741725. OLE color: 2741725.
HSL color Cylindrical-coordinate representation of color #DDD529: hue angle of 57.33º 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 #DDD529 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 41 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.13 |
| HSL | 57.33º | 0.73% | 0.51% | - |
| HSV(B) | 57.33º | 0.81% | 0.87% | - |
| XYZ | 54.01 | 63.12 | 11.43 | - |
| YUV | 195.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 41 | 0 | 0.04 | 0.81 | 0.13 | 57.33 | 0.73 | 0.51 |
| Hex | DD | D5 | 29 | 0 | 4 | 51 | D | 39 | 49 | 33 |
| Octal | 335 | 325 | 51 | 0 | 4 | 121 | 15 | 71 | 111 | 63 |
| Binary | 11011101 | 11010101 | 101001 | 0 | 100 | 1010001 | 1101 | 111001 | 1001001 | 110011 |
Color Harmonies of #DDD529
Complementary color
Monochromatic Colors of #DDD529
Black with #DDD529
Text Example
Text Example
White with #DDD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD529; }
p { color: rgb(221,213,41); }
H1.HeaderClassName
{
color: #DDD529;
}
.AnyTagClassName
{
color: #DDD529;
}
</style>
background-color css
<style>
a { background-color: #DDD529; }
a { background-color: rgb(221,213,41); }
div.DivClassName
{
background-color: #DDD529;
}
.BgClassName
{
background-color: #DDD529;
}
</style>
border-color css
<style>
span { border-color: #DDD529; }
span { border-color: rgb(221,213,41); }
td.TdClassName
{
border-color: #DDD529;
}
.TagClassName
{
border-color: #DDD529;
}
</style>