Shades of Bitter Lemon #DEDB29
Tints of Bitter Lemon #DEDB29
RGB
CMYK
RGB Variations
Color information
#DEDB29 (or 0xDEDB29) is known color: Bitter Lemon. HEX triplet: DE, DB and 29. RGB value is (222,219,41). Sum of RGB (Red+Green+Blue) = 222+219+41=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB29 is #2124D6. Grayscale: #C8C8C8. Windows color (decimal): -2172119 or 2743262. OLE color: 2743262.
HSL color Cylindrical-coordinate representation of color #DEDB29: hue angle of 59.01º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEDB29 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 41 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.13 |
| HSL | 59.01º | 0.73% | 0.52% | - |
| HSV(B) | 59.01º | 0.82% | 0.87% | - |
| XYZ | 55.86 | 66.35 | 11.96 | - |
| YUV | 199.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 41 | 0 | 0.01 | 0.82 | 0.13 | 59.01 | 0.73 | 0.52 |
| Hex | DE | DB | 29 | 0 | 1 | 52 | D | 3B | 49 | 34 |
| Octal | 336 | 333 | 51 | 0 | 1 | 122 | 15 | 73 | 111 | 64 |
| Binary | 11011110 | 11011011 | 101001 | 0 | 1 | 1010010 | 1101 | 111011 | 1001001 | 110100 |
Color Harmonies of #DEDB29
Complementary color
Monochromatic Colors of #DEDB29
Black with #DEDB29
Text Example
Text Example
White with #DEDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB29; }
p { color: rgb(222,219,41); }
H1.HeaderClassName
{
color: #DEDB29;
}
.AnyTagClassName
{
color: #DEDB29;
}
</style>
background-color css
<style>
a { background-color: #DEDB29; }
a { background-color: rgb(222,219,41); }
div.DivClassName
{
background-color: #DEDB29;
}
.BgClassName
{
background-color: #DEDB29;
}
</style>
border-color css
<style>
span { border-color: #DEDB29; }
span { border-color: rgb(222,219,41); }
td.TdClassName
{
border-color: #DEDB29;
}
.TagClassName
{
border-color: #DEDB29;
}
</style>