Shades of Bitter Lemon #DDDB2B
Tints of Bitter Lemon #DDDB2B
RGB
CMYK
RGB Variations
Color information
#DDDB2B (or 0xDDDB2B) is known color: Bitter Lemon. HEX triplet: DD, DB and 2B. RGB value is (221,219,43). Sum of RGB (Red+Green+Blue) = 221+219+43=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB2B is #2224D4. Grayscale: #C8C8C8. Windows color (decimal): -2237653 or 2874333. OLE color: 2874333.
HSL color Cylindrical-coordinate representation of color #DDDB2B: hue angle of 59.33º 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 #DDDB2B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 43 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 59.33º | 0.72% | 0.52% | - |
| HSV(B) | 59.33º | 0.81% | 0.87% | - |
| XYZ | 55.59 | 66.21 | 12.14 | - |
| YUV | 199.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 43 | 0 | 0.01 | 0.81 | 0.13 | 59.33 | 0.72 | 0.52 |
| Hex | DD | DB | 2B | 0 | 1 | 51 | D | 3B | 48 | 34 |
| Octal | 335 | 333 | 53 | 0 | 1 | 121 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011011 | 101011 | 0 | 1 | 1010001 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDB2B
Complementary color
Monochromatic Colors of #DDDB2B
Black with #DDDB2B
Text Example
Text Example
White with #DDDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB2B; }
p { color: rgb(221,219,43); }
H1.HeaderClassName
{
color: #DDDB2B;
}
.AnyTagClassName
{
color: #DDDB2B;
}
</style>
background-color css
<style>
a { background-color: #DDDB2B; }
a { background-color: rgb(221,219,43); }
div.DivClassName
{
background-color: #DDDB2B;
}
.BgClassName
{
background-color: #DDDB2B;
}
</style>
border-color css
<style>
span { border-color: #DDDB2B; }
span { border-color: rgb(221,219,43); }
td.TdClassName
{
border-color: #DDDB2B;
}
.TagClassName
{
border-color: #DDDB2B;
}
</style>