Shades of Bitter Lemon #DEDC2B
Tints of Bitter Lemon #DEDC2B
RGB
CMYK
RGB Variations
Color information
#DEDC2B (or 0xDEDC2B) is known color: Bitter Lemon. HEX triplet: DE, DC and 2B. RGB value is (222,220,43). Sum of RGB (Red+Green+Blue) = 222+220+43=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC2B is #2123D4. Grayscale: #C9C9C9. Windows color (decimal): -2171861 or 2874590. OLE color: 2874590.
HSL color Cylindrical-coordinate representation of color #DEDC2B: hue angle of 59.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEDC2B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 43 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 59.33º | 0.73% | 0.52% | - |
| HSV(B) | 59.33º | 0.81% | 0.87% | - |
| XYZ | 56.15 | 66.89 | 12.24 | - |
| YUV | 200.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 43 | 0 | 0.01 | 0.81 | 0.13 | 59.33 | 0.73 | 0.52 |
| Hex | DE | DC | 2B | 0 | 1 | 51 | D | 3B | 49 | 34 |
| Octal | 336 | 334 | 53 | 0 | 1 | 121 | 15 | 73 | 111 | 64 |
| Binary | 11011110 | 11011100 | 101011 | 0 | 1 | 1010001 | 1101 | 111011 | 1001001 | 110100 |
Color Harmonies of #DEDC2B
Complementary color
Monochromatic Colors of #DEDC2B
Black with #DEDC2B
Text Example
Text Example
White with #DEDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC2B; }
p { color: rgb(222,220,43); }
H1.HeaderClassName
{
color: #DEDC2B;
}
.AnyTagClassName
{
color: #DEDC2B;
}
</style>
background-color css
<style>
a { background-color: #DEDC2B; }
a { background-color: rgb(222,220,43); }
div.DivClassName
{
background-color: #DEDC2B;
}
.BgClassName
{
background-color: #DEDC2B;
}
</style>
border-color css
<style>
span { border-color: #DEDC2B; }
span { border-color: rgb(222,220,43); }
td.TdClassName
{
border-color: #DEDC2B;
}
.TagClassName
{
border-color: #DEDC2B;
}
</style>