Shades of Bitter Lemon #DDDD27
Tints of Bitter Lemon #DDDD27
RGB
CMYK
RGB Variations
Color information
#DDDD27 (or 0xDDDD27) is known color: Bitter Lemon. HEX triplet: DD, DD and 27. RGB value is (221,221,39). Sum of RGB (Red+Green+Blue) = 221+221+39=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD27 is #2222D8. Grayscale: #C8C8C8. Windows color (decimal): -2237145 or 2612701. OLE color: 2612701.
HSL color Cylindrical-coordinate representation of color #DDDD27: hue angle of 60º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDDD27 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 39 | - |
| CMYK | 0 | 0 | 0.82 | 0.13 |
| HSL | 60º | 0.73% | 0.51% | - |
| HSV(B) | 60º | 0.82% | 0.87% | - |
| XYZ | 56.04 | 67.23 | 11.94 | - |
| YUV | 200.25 | 37 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 39 | 0 | 0 | 0.82 | 0.13 | 60 | 0.73 | 0.51 |
| Hex | DD | DD | 27 | 0 | 0 | 52 | D | 3C | 49 | 33 |
| Octal | 335 | 335 | 47 | 0 | 0 | 122 | 15 | 74 | 111 | 63 |
| Binary | 11011101 | 11011101 | 100111 | 0 | 0 | 1010010 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DDDD27
Complementary color
Monochromatic Colors of #DDDD27
Black with #DDDD27
Text Example
Text Example
White with #DDDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD27; }
p { color: rgb(221,221,39); }
H1.HeaderClassName
{
color: #DDDD27;
}
.AnyTagClassName
{
color: #DDDD27;
}
</style>
background-color css
<style>
a { background-color: #DDDD27; }
a { background-color: rgb(221,221,39); }
div.DivClassName
{
background-color: #DDDD27;
}
.BgClassName
{
background-color: #DDDD27;
}
</style>
border-color css
<style>
span { border-color: #DDDD27; }
span { border-color: rgb(221,221,39); }
td.TdClassName
{
border-color: #DDDD27;
}
.TagClassName
{
border-color: #DDDD27;
}
</style>