Shades of Bitter Lemon #DEDD25
Tints of Bitter Lemon #DEDD25
RGB
CMYK
RGB Variations
Color information
#DEDD25 (or 0xDEDD25) is known color: Bitter Lemon. HEX triplet: DE, DD and 25. RGB value is (222,221,37). Sum of RGB (Red+Green+Blue) = 222+221+37=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD25 is #2122DA. Grayscale: #C9C9C9. Windows color (decimal): -2171611 or 2481630. OLE color: 2481630.
HSL color Cylindrical-coordinate representation of color #DEDD25: hue angle of 59.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEDD25 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 37 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.13 |
| HSL | 59.68º | 0.74% | 0.51% | - |
| HSV(B) | 59.68º | 0.83% | 0.87% | - |
| XYZ | 56.31 | 67.38 | 11.79 | - |
| YUV | 200.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 37 | 0 | 0.00 | 0.83 | 0.13 | 59.68 | 0.74 | 0.51 |
| Hex | DE | DD | 25 | 0 | 0 | 53 | D | 3C | 4A | 33 |
| Octal | 336 | 335 | 45 | 0 | 0 | 123 | 15 | 74 | 112 | 63 |
| Binary | 11011110 | 11011101 | 100101 | 0 | 0 | 1010011 | 1101 | 111100 | 1001010 | 110011 |
Color Harmonies of #DEDD25
Complementary color
Monochromatic Colors of #DEDD25
Black with #DEDD25
Text Example
Text Example
White with #DEDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD25; }
p { color: rgb(222,221,37); }
H1.HeaderClassName
{
color: #DEDD25;
}
.AnyTagClassName
{
color: #DEDD25;
}
</style>
background-color css
<style>
a { background-color: #DEDD25; }
a { background-color: rgb(222,221,37); }
div.DivClassName
{
background-color: #DEDD25;
}
.BgClassName
{
background-color: #DEDD25;
}
</style>
border-color css
<style>
span { border-color: #DEDD25; }
span { border-color: rgb(222,221,37); }
td.TdClassName
{
border-color: #DEDD25;
}
.TagClassName
{
border-color: #DEDD25;
}
</style>