Shades of Bitter Lemon #DEDF29
Tints of Bitter Lemon #DEDF29
RGB
CMYK
RGB Variations
Color information
#DEDF29 (or 0xDEDF29) is known color: Bitter Lemon. HEX triplet: DE, DF and 29. RGB value is (222,223,41). Sum of RGB (Red+Green+Blue) = 222+223+41=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF29 is #2120D6. Grayscale: #CACACA. Windows color (decimal): -2171095 or 2744286. OLE color: 2744286.
HSL color Cylindrical-coordinate representation of color #DEDF29: hue angle of 60.33º degrees, saturation: 0.74, 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 #DEDF29 is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 41 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.13 |
| HSL | 60.33º | 0.74% | 0.52% | - |
| HSV(B) | 60.33º | 0.82% | 0.87% | - |
| XYZ | 56.91 | 68.47 | 12.31 | - |
| YUV | 201.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 41 | 0.00 | 0 | 0.82 | 0.13 | 60.33 | 0.74 | 0.52 |
| Hex | DE | DF | 29 | 0 | 0 | 52 | D | 3C | 4A | 34 |
| Octal | 336 | 337 | 51 | 0 | 0 | 122 | 15 | 74 | 112 | 64 |
| Binary | 11011110 | 11011111 | 101001 | 0 | 0 | 1010010 | 1101 | 111100 | 1001010 | 110100 |
Color Harmonies of #DEDF29
Complementary color
Monochromatic Colors of #DEDF29
Black with #DEDF29
Text Example
Text Example
White with #DEDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF29; }
p { color: rgb(222,223,41); }
H1.HeaderClassName
{
color: #DEDF29;
}
.AnyTagClassName
{
color: #DEDF29;
}
</style>
background-color css
<style>
a { background-color: #DEDF29; }
a { background-color: rgb(222,223,41); }
div.DivClassName
{
background-color: #DEDF29;
}
.BgClassName
{
background-color: #DEDF29;
}
</style>
border-color css
<style>
span { border-color: #DEDF29; }
span { border-color: rgb(222,223,41); }
td.TdClassName
{
border-color: #DEDF29;
}
.TagClassName
{
border-color: #DEDF29;
}
</style>