Shades of Bitter Lemon #DDD72C
Tints of Bitter Lemon #DDD72C
RGB
CMYK
RGB Variations
Color information
#DDD72C (or 0xDDD72C) is known color: Bitter Lemon. HEX triplet: DD, D7 and 2C. RGB value is (221,215,44). Sum of RGB (Red+Green+Blue) = 221+215+44=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD72C is #2228D3. Grayscale: #C5C5C5. Windows color (decimal): -2238676 or 2938845. OLE color: 2938845.
HSL color Cylindrical-coordinate representation of color #DDD72C: hue angle of 57.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD72C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 44 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.13 |
| HSL | 57.97º | 0.72% | 0.52% | - |
| HSV(B) | 57.97º | 0.8% | 0.87% | - |
| XYZ | 54.57 | 64.15 | 11.89 | - |
| YUV | 197.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 44 | 0 | 0.03 | 0.80 | 0.13 | 57.97 | 0.72 | 0.52 |
| Hex | DD | D7 | 2C | 0 | 3 | 50 | D | 3A | 48 | 34 |
| Octal | 335 | 327 | 54 | 0 | 3 | 120 | 15 | 72 | 110 | 64 |
| Binary | 11011101 | 11010111 | 101100 | 0 | 11 | 1010000 | 1101 | 111010 | 1001000 | 110100 |
Color Harmonies of #DDD72C
Complementary color
Monochromatic Colors of #DDD72C
Black with #DDD72C
Text Example
Text Example
White with #DDD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD72C; }
p { color: rgb(221,215,44); }
H1.HeaderClassName
{
color: #DDD72C;
}
.AnyTagClassName
{
color: #DDD72C;
}
</style>
background-color css
<style>
a { background-color: #DDD72C; }
a { background-color: rgb(221,215,44); }
div.DivClassName
{
background-color: #DDD72C;
}
.BgClassName
{
background-color: #DDD72C;
}
</style>
border-color css
<style>
span { border-color: #DDD72C; }
span { border-color: rgb(221,215,44); }
td.TdClassName
{
border-color: #DDD72C;
}
.TagClassName
{
border-color: #DDD72C;
}
</style>