Shades of Bitter Lemon #DDD927
Tints of Bitter Lemon #DDD927
RGB
CMYK
RGB Variations
Color information
#DDD927 (or 0xDDD927) is known color: Bitter Lemon. HEX triplet: DD, D9 and 27. RGB value is (221,217,39). Sum of RGB (Red+Green+Blue) = 221+217+39=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD927 is #2226D8. Grayscale: #C6C6C6. Windows color (decimal): -2238169 or 2611677. OLE color: 2611677.
HSL color Cylindrical-coordinate representation of color #DDD927: hue angle of 58.68º 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 #DDD927 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.13 |
| HSL | 58.68º | 0.73% | 0.51% | - |
| HSV(B) | 58.68º | 0.82% | 0.87% | - |
| XYZ | 55 | 65.14 | 11.59 | - |
| YUV | 197.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 39 | 0 | 0.02 | 0.82 | 0.13 | 58.68 | 0.73 | 0.51 |
| Hex | DD | D9 | 27 | 0 | 2 | 52 | D | 3B | 49 | 33 |
| Octal | 335 | 331 | 47 | 0 | 2 | 122 | 15 | 73 | 111 | 63 |
| Binary | 11011101 | 11011001 | 100111 | 0 | 10 | 1010010 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DDD927
Complementary color
Monochromatic Colors of #DDD927
Black with #DDD927
Text Example
Text Example
White with #DDD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD927; }
p { color: rgb(221,217,39); }
H1.HeaderClassName
{
color: #DDD927;
}
.AnyTagClassName
{
color: #DDD927;
}
</style>
background-color css
<style>
a { background-color: #DDD927; }
a { background-color: rgb(221,217,39); }
div.DivClassName
{
background-color: #DDD927;
}
.BgClassName
{
background-color: #DDD927;
}
</style>
border-color css
<style>
span { border-color: #DDD927; }
span { border-color: rgb(221,217,39); }
td.TdClassName
{
border-color: #DDD927;
}
.TagClassName
{
border-color: #DDD927;
}
</style>