Shades of Bitter Lemon #DDD92A
Tints of Bitter Lemon #DDD92A
RGB
CMYK
RGB Variations
Color information
#DDD92A (or 0xDDD92A) is known color: Bitter Lemon. HEX triplet: DD, D9 and 2A. RGB value is (221,217,42). Sum of RGB (Red+Green+Blue) = 221+217+42=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92A is #2226D5. Grayscale: #C6C6C6. Windows color (decimal): -2238166 or 2808285. OLE color: 2808285.
HSL color Cylindrical-coordinate representation of color #DDD92A: hue angle of 58.66º 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 #DDD92A is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 42 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.13 |
| HSL | 58.66º | 0.72% | 0.52% | - |
| HSV(B) | 58.66º | 0.81% | 0.87% | - |
| XYZ | 55.05 | 65.17 | 11.87 | - |
| YUV | 198.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 42 | 0 | 0.02 | 0.81 | 0.13 | 58.66 | 0.72 | 0.52 |
| Hex | DD | D9 | 2A | 0 | 2 | 51 | D | 3B | 48 | 34 |
| Octal | 335 | 331 | 52 | 0 | 2 | 121 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011001 | 101010 | 0 | 10 | 1010001 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDD92A
Complementary color
Monochromatic Colors of #DDD92A
Black with #DDD92A
Text Example
Text Example
White with #DDD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD92A; }
p { color: rgb(221,217,42); }
H1.HeaderClassName
{
color: #DDD92A;
}
.AnyTagClassName
{
color: #DDD92A;
}
</style>
background-color css
<style>
a { background-color: #DDD92A; }
a { background-color: rgb(221,217,42); }
div.DivClassName
{
background-color: #DDD92A;
}
.BgClassName
{
background-color: #DDD92A;
}
</style>
border-color css
<style>
span { border-color: #DDD92A; }
span { border-color: rgb(221,217,42); }
td.TdClassName
{
border-color: #DDD92A;
}
.TagClassName
{
border-color: #DDD92A;
}
</style>