Shades of Bitter Lemon #DDD92B
Tints of Bitter Lemon #DDD92B
RGB
CMYK
RGB Variations
Color information
#DDD92B (or 0xDDD92B) is known color: Bitter Lemon. HEX triplet: DD, D9 and 2B. RGB value is (221,217,43). Sum of RGB (Red+Green+Blue) = 221+217+43=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92B is #2226D4. Grayscale: #C7C7C7. Windows color (decimal): -2238165 or 2873821. OLE color: 2873821.
HSL color Cylindrical-coordinate representation of color #DDD92B: hue angle of 58.65º 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 #DDD92B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 43 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.13 |
| HSL | 58.65º | 0.72% | 0.52% | - |
| HSV(B) | 58.65º | 0.81% | 0.87% | - |
| XYZ | 55.07 | 65.17 | 11.96 | - |
| YUV | 198.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 43 | 0 | 0.02 | 0.81 | 0.13 | 58.65 | 0.72 | 0.52 |
| Hex | DD | D9 | 2B | 0 | 2 | 51 | D | 3B | 48 | 34 |
| Octal | 335 | 331 | 53 | 0 | 2 | 121 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011001 | 101011 | 0 | 10 | 1010001 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDD92B
Complementary color
Monochromatic Colors of #DDD92B
Black with #DDD92B
Text Example
Text Example
White with #DDD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD92B; }
p { color: rgb(221,217,43); }
H1.HeaderClassName
{
color: #DDD92B;
}
.AnyTagClassName
{
color: #DDD92B;
}
</style>
background-color css
<style>
a { background-color: #DDD92B; }
a { background-color: rgb(221,217,43); }
div.DivClassName
{
background-color: #DDD92B;
}
.BgClassName
{
background-color: #DDD92B;
}
</style>
border-color css
<style>
span { border-color: #DDD92B; }
span { border-color: rgb(221,217,43); }
td.TdClassName
{
border-color: #DDD92B;
}
.TagClassName
{
border-color: #DDD92B;
}
</style>