Shades of Bitter Lemon #DDDD2B
Tints of Bitter Lemon #DDDD2B
RGB
CMYK
RGB Variations
Color information
#DDDD2B (or 0xDDDD2B) is known color: Bitter Lemon. HEX triplet: DD, DD and 2B. RGB value is (221,221,43). Sum of RGB (Red+Green+Blue) = 221+221+43=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2B is #2222D4. Grayscale: #C9C9C9. Windows color (decimal): -2237141 or 2874845. OLE color: 2874845.
HSL color Cylindrical-coordinate representation of color #DDDD2B: hue angle of 60º 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 #DDDD2B is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 43 | - |
| CMYK | 0 | 0 | 0.81 | 0.13 |
| HSL | 60º | 0.72% | 0.52% | - |
| HSV(B) | 60º | 0.81% | 0.87% | - |
| XYZ | 56.11 | 67.26 | 12.31 | - |
| YUV | 200.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 43 | 0 | 0 | 0.81 | 0.13 | 60 | 0.72 | 0.52 |
| Hex | DD | DD | 2B | 0 | 0 | 51 | D | 3C | 48 | 34 |
| Octal | 335 | 335 | 53 | 0 | 0 | 121 | 15 | 74 | 110 | 64 |
| Binary | 11011101 | 11011101 | 101011 | 0 | 0 | 1010001 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DDDD2B
Complementary color
Monochromatic Colors of #DDDD2B
Black with #DDDD2B
Text Example
Text Example
White with #DDDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD2B; }
p { color: rgb(221,221,43); }
H1.HeaderClassName
{
color: #DDDD2B;
}
.AnyTagClassName
{
color: #DDDD2B;
}
</style>
background-color css
<style>
a { background-color: #DDDD2B; }
a { background-color: rgb(221,221,43); }
div.DivClassName
{
background-color: #DDDD2B;
}
.BgClassName
{
background-color: #DDDD2B;
}
</style>
border-color css
<style>
span { border-color: #DDDD2B; }
span { border-color: rgb(221,221,43); }
td.TdClassName
{
border-color: #DDDD2B;
}
.TagClassName
{
border-color: #DDDD2B;
}
</style>