Shades of Bitter Lemon #DDDC27
Tints of Bitter Lemon #DDDC27
RGB
CMYK
RGB Variations
Color information
#DDDC27 (or 0xDDDC27) is known color: Bitter Lemon. HEX triplet: DD, DC and 27. RGB value is (221,220,39). Sum of RGB (Red+Green+Blue) = 221+220+39=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC27 is #2223D8. Grayscale: #C8C8C8. Windows color (decimal): -2237401 or 2612445. OLE color: 2612445.
HSL color Cylindrical-coordinate representation of color #DDDC27: hue angle of 59.67º 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 #DDDC27 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 39 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.13 |
| HSL | 59.67º | 0.73% | 0.51% | - |
| HSV(B) | 59.67º | 0.82% | 0.87% | - |
| XYZ | 55.78 | 66.71 | 11.85 | - |
| YUV | 199.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 39 | 0 | 0.00 | 0.82 | 0.13 | 59.67 | 0.73 | 0.51 |
| Hex | DD | DC | 27 | 0 | 0 | 52 | D | 3C | 49 | 33 |
| Octal | 335 | 334 | 47 | 0 | 0 | 122 | 15 | 74 | 111 | 63 |
| Binary | 11011101 | 11011100 | 100111 | 0 | 0 | 1010010 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DDDC27
Complementary color
Monochromatic Colors of #DDDC27
Black with #DDDC27
Text Example
Text Example
White with #DDDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC27; }
p { color: rgb(221,220,39); }
H1.HeaderClassName
{
color: #DDDC27;
}
.AnyTagClassName
{
color: #DDDC27;
}
</style>
background-color css
<style>
a { background-color: #DDDC27; }
a { background-color: rgb(221,220,39); }
div.DivClassName
{
background-color: #DDDC27;
}
.BgClassName
{
background-color: #DDDC27;
}
</style>
border-color css
<style>
span { border-color: #DDDC27; }
span { border-color: rgb(221,220,39); }
td.TdClassName
{
border-color: #DDDC27;
}
.TagClassName
{
border-color: #DDDC27;
}
</style>