Shades of Bitter Lemon #DCD22E
Tints of Bitter Lemon #DCD22E
RGB
CMYK
RGB Variations
Color information
#DCD22E (or 0xDCD22E) is known color: Bitter Lemon. HEX triplet: DC, D2 and 2E. RGB value is (220,210,46). Sum of RGB (Red+Green+Blue) = 220+210+46=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD22E is #232DD1. Grayscale: #C2C2C2. Windows color (decimal): -2305490 or 3068636. OLE color: 3068636.
HSL color Cylindrical-coordinate representation of color #DCD22E: hue angle of 56.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD22E is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 46 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.14 |
| HSL | 56.55º | 0.71% | 0.52% | - |
| HSV(B) | 56.55º | 0.79% | 0.86% | - |
| XYZ | 53.05 | 61.51 | 11.66 | - |
| YUV | 194.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 46 | 0 | 0.05 | 0.79 | 0.14 | 56.55 | 0.71 | 0.52 |
| Hex | DC | D2 | 2E | 0 | 5 | 4F | E | 39 | 47 | 34 |
| Octal | 334 | 322 | 56 | 0 | 5 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011100 | 11010010 | 101110 | 0 | 101 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DCD22E
Complementary color
Monochromatic Colors of #DCD22E
Black with #DCD22E
Text Example
Text Example
White with #DCD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD22E; }
p { color: rgb(220,210,46); }
H1.HeaderClassName
{
color: #DCD22E;
}
.AnyTagClassName
{
color: #DCD22E;
}
</style>
background-color css
<style>
a { background-color: #DCD22E; }
a { background-color: rgb(220,210,46); }
div.DivClassName
{
background-color: #DCD22E;
}
.BgClassName
{
background-color: #DCD22E;
}
</style>
border-color css
<style>
span { border-color: #DCD22E; }
span { border-color: rgb(220,210,46); }
td.TdClassName
{
border-color: #DCD22E;
}
.TagClassName
{
border-color: #DCD22E;
}
</style>