Shades of Bitter Lemon #DDDC1E
Tints of Bitter Lemon #DDDC1E
RGB
CMYK
RGB Variations
Color information
#DDDC1E (or 0xDDDC1E) is known color: Bitter Lemon. HEX triplet: DD, DC and 1E. RGB value is (221,220,30). Sum of RGB (Red+Green+Blue) = 221+220+30=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC1E is #2223E1. Grayscale: #C7C7C7. Windows color (decimal): -2237410 or 2022621. OLE color: 2022621.
HSL color Cylindrical-coordinate representation of color #DDDC1E: hue angle of 59.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDDC1E is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 30 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.13 |
| HSL | 59.69º | 0.76% | 0.49% | - |
| HSV(B) | 59.69º | 0.86% | 0.87% | - |
| XYZ | 55.65 | 66.65 | 11.16 | - |
| YUV | 198.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 30 | 0 | 0.00 | 0.86 | 0.13 | 59.69 | 0.76 | 0.49 |
| Hex | DD | DC | 1E | 0 | 0 | 56 | D | 3C | 4C | 31 |
| Octal | 335 | 334 | 36 | 0 | 0 | 126 | 15 | 74 | 114 | 61 |
| Binary | 11011101 | 11011100 | 11110 | 0 | 0 | 1010110 | 1101 | 111100 | 1001100 | 110001 |
Color Harmonies of #DDDC1E
Complementary color
Monochromatic Colors of #DDDC1E
Black with #DDDC1E
Text Example
Text Example
White with #DDDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC1E; }
p { color: rgb(221,220,30); }
H1.HeaderClassName
{
color: #DDDC1E;
}
.AnyTagClassName
{
color: #DDDC1E;
}
</style>
background-color css
<style>
a { background-color: #DDDC1E; }
a { background-color: rgb(221,220,30); }
div.DivClassName
{
background-color: #DDDC1E;
}
.BgClassName
{
background-color: #DDDC1E;
}
</style>
border-color css
<style>
span { border-color: #DDDC1E; }
span { border-color: rgb(221,220,30); }
td.TdClassName
{
border-color: #DDDC1E;
}
.TagClassName
{
border-color: #DDDC1E;
}
</style>