Shades of Bitter Lemon #DDDD1E
Tints of Bitter Lemon #DDDD1E
RGB
CMYK
RGB Variations
Color information
#DDDD1E (or 0xDDDD1E) is known color: Bitter Lemon. HEX triplet: DD, DD and 1E. RGB value is (221,221,30). Sum of RGB (Red+Green+Blue) = 221+221+30=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD1E is #2222E1. Grayscale: #C7C7C7. Windows color (decimal): -2237154 or 2022877. OLE color: 2022877.
HSL color Cylindrical-coordinate representation of color #DDDD1E: hue angle of 60º 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 #DDDD1E is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 30 | - |
| CMYK | 0 | 0 | 0.86 | 0.13 |
| HSL | 60º | 0.76% | 0.49% | - |
| HSV(B) | 60º | 0.86% | 0.87% | - |
| XYZ | 55.91 | 67.18 | 11.25 | - |
| YUV | 199.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 30 | 0 | 0 | 0.86 | 0.13 | 60 | 0.76 | 0.49 |
| Hex | DD | DD | 1E | 0 | 0 | 56 | D | 3C | 4C | 31 |
| Octal | 335 | 335 | 36 | 0 | 0 | 126 | 15 | 74 | 114 | 61 |
| Binary | 11011101 | 11011101 | 11110 | 0 | 0 | 1010110 | 1101 | 111100 | 1001100 | 110001 |
Color Harmonies of #DDDD1E
Complementary color
Monochromatic Colors of #DDDD1E
Black with #DDDD1E
Text Example
Text Example
White with #DDDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD1E; }
p { color: rgb(221,221,30); }
H1.HeaderClassName
{
color: #DDDD1E;
}
.AnyTagClassName
{
color: #DDDD1E;
}
</style>
background-color css
<style>
a { background-color: #DDDD1E; }
a { background-color: rgb(221,221,30); }
div.DivClassName
{
background-color: #DDDD1E;
}
.BgClassName
{
background-color: #DDDD1E;
}
</style>
border-color css
<style>
span { border-color: #DDDD1E; }
span { border-color: rgb(221,221,30); }
td.TdClassName
{
border-color: #DDDD1E;
}
.TagClassName
{
border-color: #DDDD1E;
}
</style>