Shades of Bitter Lemon #DDD928
Tints of Bitter Lemon #DDD928
RGB
CMYK
RGB Variations
Color information
#DDD928 (or 0xDDD928) is known color: Bitter Lemon. HEX triplet: DD, D9 and 28. RGB value is (221,217,40). Sum of RGB (Red+Green+Blue) = 221+217+40=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD928 is #2226D7. Grayscale: #C6C6C6. Windows color (decimal): -2238168 or 2677213. OLE color: 2677213.
HSL color Cylindrical-coordinate representation of color #DDD928: hue angle of 58.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDD928 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 40 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.13 |
| HSL | 58.67º | 0.73% | 0.51% | - |
| HSV(B) | 58.67º | 0.82% | 0.87% | - |
| XYZ | 55.01 | 65.15 | 11.68 | - |
| YUV | 198.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 40 | 0 | 0.02 | 0.82 | 0.13 | 58.67 | 0.73 | 0.51 |
| Hex | DD | D9 | 28 | 0 | 2 | 52 | D | 3B | 49 | 33 |
| Octal | 335 | 331 | 50 | 0 | 2 | 122 | 15 | 73 | 111 | 63 |
| Binary | 11011101 | 11011001 | 101000 | 0 | 10 | 1010010 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DDD928
Complementary color
Monochromatic Colors of #DDD928
Black with #DDD928
Text Example
Text Example
White with #DDD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD928; }
p { color: rgb(221,217,40); }
H1.HeaderClassName
{
color: #DDD928;
}
.AnyTagClassName
{
color: #DDD928;
}
</style>
background-color css
<style>
a { background-color: #DDD928; }
a { background-color: rgb(221,217,40); }
div.DivClassName
{
background-color: #DDD928;
}
.BgClassName
{
background-color: #DDD928;
}
</style>
border-color css
<style>
span { border-color: #DDD928; }
span { border-color: rgb(221,217,40); }
td.TdClassName
{
border-color: #DDD928;
}
.TagClassName
{
border-color: #DDD928;
}
</style>