Shades of Bitter Lemon #DDDE1E
Tints of Bitter Lemon #DDDE1E
RGB
CMYK
RGB Variations
Color information
#DDDE1E (or 0xDDDE1E) is known color: Bitter Lemon. HEX triplet: DD, DE and 1E. RGB value is (221,222,30). Sum of RGB (Red+Green+Blue) = 221+222+30=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE1E is #2221E1. Grayscale: #C8C8C8. Windows color (decimal): -2236898 or 2023133. OLE color: 2023133.
HSL color Cylindrical-coordinate representation of color #DDDE1E: hue angle of 60.31º 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 #DDDE1E is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 30 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.13 |
| HSL | 60.31º | 0.76% | 0.49% | - |
| HSV(B) | 60.31º | 0.86% | 0.87% | - |
| XYZ | 56.17 | 67.71 | 11.34 | - |
| YUV | 199.81 | 32.17 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 30 | 0.00 | 0 | 0.86 | 0.13 | 60.31 | 0.76 | 0.49 |
| Hex | DD | DE | 1E | 0 | 0 | 56 | D | 3C | 4C | 31 |
| Octal | 335 | 336 | 36 | 0 | 0 | 126 | 15 | 74 | 114 | 61 |
| Binary | 11011101 | 11011110 | 11110 | 0 | 0 | 1010110 | 1101 | 111100 | 1001100 | 110001 |
Color Harmonies of #DDDE1E
Complementary color
Monochromatic Colors of #DDDE1E
Black with #DDDE1E
Text Example
Text Example
White with #DDDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE1E; }
p { color: rgb(221,222,30); }
H1.HeaderClassName
{
color: #DDDE1E;
}
.AnyTagClassName
{
color: #DDDE1E;
}
</style>
background-color css
<style>
a { background-color: #DDDE1E; }
a { background-color: rgb(221,222,30); }
div.DivClassName
{
background-color: #DDDE1E;
}
.BgClassName
{
background-color: #DDDE1E;
}
</style>
border-color css
<style>
span { border-color: #DDDE1E; }
span { border-color: rgb(221,222,30); }
td.TdClassName
{
border-color: #DDDE1E;
}
.TagClassName
{
border-color: #DDDE1E;
}
</style>