Shades of Bitter Lemon #DEDB28
Tints of Bitter Lemon #DEDB28
RGB
CMYK
RGB Variations
Color information
#DEDB28 (or 0xDEDB28) is known color: Bitter Lemon. HEX triplet: DE, DB and 28. RGB value is (222,219,40). Sum of RGB (Red+Green+Blue) = 222+219+40=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB28 is #2124D7. Grayscale: #C8C8C8. Windows color (decimal): -2172120 or 2677726. OLE color: 2677726.
HSL color Cylindrical-coordinate representation of color #DEDB28: hue angle of 59.01º 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 #DEDB28 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 40 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.13 |
| HSL | 59.01º | 0.73% | 0.51% | - |
| HSV(B) | 59.01º | 0.82% | 0.87% | - |
| XYZ | 55.84 | 66.35 | 11.87 | - |
| YUV | 199.49 | 37.99 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 40 | 0 | 0.01 | 0.82 | 0.13 | 59.01 | 0.73 | 0.51 |
| Hex | DE | DB | 28 | 0 | 1 | 52 | D | 3B | 49 | 33 |
| Octal | 336 | 333 | 50 | 0 | 1 | 122 | 15 | 73 | 111 | 63 |
| Binary | 11011110 | 11011011 | 101000 | 0 | 1 | 1010010 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DEDB28
Complementary color
Monochromatic Colors of #DEDB28
Black with #DEDB28
Text Example
Text Example
White with #DEDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB28; }
p { color: rgb(222,219,40); }
H1.HeaderClassName
{
color: #DEDB28;
}
.AnyTagClassName
{
color: #DEDB28;
}
</style>
background-color css
<style>
a { background-color: #DEDB28; }
a { background-color: rgb(222,219,40); }
div.DivClassName
{
background-color: #DEDB28;
}
.BgClassName
{
background-color: #DEDB28;
}
</style>
border-color css
<style>
span { border-color: #DEDB28; }
span { border-color: rgb(222,219,40); }
td.TdClassName
{
border-color: #DEDB28;
}
.TagClassName
{
border-color: #DEDB28;
}
</style>