Shades of Bitter Lemon #DCD22C
Tints of Bitter Lemon #DCD22C
RGB
CMYK
RGB Variations
Color information
#DCD22C (or 0xDCD22C) is known color: Bitter Lemon. HEX triplet: DC, D2 and 2C. RGB value is (220,210,44). Sum of RGB (Red+Green+Blue) = 220+210+44=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD22C is #232DD3. Grayscale: #C2C2C2. Windows color (decimal): -2305492 or 2937564. OLE color: 2937564.
HSL color Cylindrical-coordinate representation of color #DCD22C: hue angle of 56.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD22C is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 44 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.14 |
| HSL | 56.59º | 0.72% | 0.52% | - |
| HSV(B) | 56.59º | 0.8% | 0.86% | - |
| XYZ | 53.02 | 61.49 | 11.46 | - |
| YUV | 194.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 44 | 0 | 0.05 | 0.8 | 0.14 | 56.59 | 0.72 | 0.52 |
| Hex | DC | D2 | 2C | 0 | 5 | 50 | E | 39 | 48 | 34 |
| Octal | 334 | 322 | 54 | 0 | 5 | 120 | 16 | 71 | 110 | 64 |
| Binary | 11011100 | 11010010 | 101100 | 0 | 101 | 1010000 | 1110 | 111001 | 1001000 | 110100 |
Color Harmonies of #DCD22C
Complementary color
Monochromatic Colors of #DCD22C
Black with #DCD22C
Text Example
Text Example
White with #DCD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD22C; }
p { color: rgb(220,210,44); }
H1.HeaderClassName
{
color: #DCD22C;
}
.AnyTagClassName
{
color: #DCD22C;
}
</style>
background-color css
<style>
a { background-color: #DCD22C; }
a { background-color: rgb(220,210,44); }
div.DivClassName
{
background-color: #DCD22C;
}
.BgClassName
{
background-color: #DCD22C;
}
</style>
border-color css
<style>
span { border-color: #DCD22C; }
span { border-color: rgb(220,210,44); }
td.TdClassName
{
border-color: #DCD22C;
}
.TagClassName
{
border-color: #DCD22C;
}
</style>