Shades of Bitter Lemon #DDDA2B
Tints of Bitter Lemon #DDDA2B
RGB
CMYK
RGB Variations
Color information
#DDDA2B (or 0xDDDA2B) is known color: Bitter Lemon. HEX triplet: DD, DA and 2B. RGB value is (221,218,43). Sum of RGB (Red+Green+Blue) = 221+218+43=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2B is #2225D4. Grayscale: #C7C7C7. Windows color (decimal): -2237909 or 2874077. OLE color: 2874077.
HSL color Cylindrical-coordinate representation of color #DDDA2B: hue angle of 58.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 #DDDA2B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 43 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 58.99º | 0.72% | 0.52% | - |
| HSV(B) | 58.99º | 0.81% | 0.87% | - |
| XYZ | 55.33 | 65.69 | 12.05 | - |
| YUV | 198.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 43 | 0 | 0.01 | 0.81 | 0.13 | 58.99 | 0.72 | 0.52 |
| Hex | DD | DA | 2B | 0 | 1 | 51 | D | 3B | 48 | 34 |
| Octal | 335 | 332 | 53 | 0 | 1 | 121 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011010 | 101011 | 0 | 1 | 1010001 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDA2B
Complementary color
Monochromatic Colors of #DDDA2B
Black with #DDDA2B
Text Example
Text Example
White with #DDDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA2B; }
p { color: rgb(221,218,43); }
H1.HeaderClassName
{
color: #DDDA2B;
}
.AnyTagClassName
{
color: #DDDA2B;
}
</style>
background-color css
<style>
a { background-color: #DDDA2B; }
a { background-color: rgb(221,218,43); }
div.DivClassName
{
background-color: #DDDA2B;
}
.BgClassName
{
background-color: #DDDA2B;
}
</style>
border-color css
<style>
span { border-color: #DDDA2B; }
span { border-color: rgb(221,218,43); }
td.TdClassName
{
border-color: #DDDA2B;
}
.TagClassName
{
border-color: #DDDA2B;
}
</style>