Shades of Bitter Lemon #DDD72A
Tints of Bitter Lemon #DDD72A
RGB
CMYK
RGB Variations
Color information
#DDD72A (or 0xDDD72A) is known color: Bitter Lemon. HEX triplet: DD, D7 and 2A. RGB value is (221,215,42). Sum of RGB (Red+Green+Blue) = 221+215+42=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD72A is #2228D5. Grayscale: #C5C5C5. Windows color (decimal): -2238678 or 2807773. OLE color: 2807773.
HSL color Cylindrical-coordinate representation of color #DDD72A: hue angle of 57.99º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD72A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.13 |
| HSL | 57.99º | 0.72% | 0.52% | - |
| HSV(B) | 57.99º | 0.81% | 0.87% | - |
| XYZ | 54.54 | 64.14 | 11.7 | - |
| YUV | 197.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 42 | 0 | 0.03 | 0.81 | 0.13 | 57.99 | 0.72 | 0.52 |
| Hex | DD | D7 | 2A | 0 | 3 | 51 | D | 3A | 48 | 34 |
| Octal | 335 | 327 | 52 | 0 | 3 | 121 | 15 | 72 | 110 | 64 |
| Binary | 11011101 | 11010111 | 101010 | 0 | 11 | 1010001 | 1101 | 111010 | 1001000 | 110100 |
Color Harmonies of #DDD72A
Complementary color
Monochromatic Colors of #DDD72A
Black with #DDD72A
Text Example
Text Example
White with #DDD72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD72A; }
p { color: rgb(221,215,42); }
H1.HeaderClassName
{
color: #DDD72A;
}
.AnyTagClassName
{
color: #DDD72A;
}
</style>
background-color css
<style>
a { background-color: #DDD72A; }
a { background-color: rgb(221,215,42); }
div.DivClassName
{
background-color: #DDD72A;
}
.BgClassName
{
background-color: #DDD72A;
}
</style>
border-color css
<style>
span { border-color: #DDD72A; }
span { border-color: rgb(221,215,42); }
td.TdClassName
{
border-color: #DDD72A;
}
.TagClassName
{
border-color: #DDD72A;
}
</style>