Shades of Bitter Lemon #DCD821
Tints of Bitter Lemon #DCD821
RGB
CMYK
RGB Variations
Color information
#DCD821 (or 0xDCD821) is known color: Bitter Lemon. HEX triplet: DC, D8 and 21. RGB value is (220,216,33). Sum of RGB (Red+Green+Blue) = 220+216+33=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD821 is #2327DE. Grayscale: #C5C5C5. Windows color (decimal): -2303967 or 2218204. OLE color: 2218204.
HSL color Cylindrical-coordinate representation of color #DCD821: hue angle of 58.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD821 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 33 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.14 |
| HSL | 58.72º | 0.74% | 0.5% | - |
| HSV(B) | 58.72º | 0.85% | 0.86% | - |
| XYZ | 54.35 | 64.44 | 11.01 | - |
| YUV | 196.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 33 | 0 | 0.02 | 0.85 | 0.14 | 58.72 | 0.74 | 0.5 |
| Hex | DC | D8 | 21 | 0 | 2 | 55 | E | 3B | 4A | 32 |
| Octal | 334 | 330 | 41 | 0 | 2 | 125 | 16 | 73 | 112 | 62 |
| Binary | 11011100 | 11011000 | 100001 | 0 | 10 | 1010101 | 1110 | 111011 | 1001010 | 110010 |
Color Harmonies of #DCD821
Complementary color
Monochromatic Colors of #DCD821
Black with #DCD821
Text Example
Text Example
White with #DCD821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD821; }
p { color: rgb(220,216,33); }
H1.HeaderClassName
{
color: #DCD821;
}
.AnyTagClassName
{
color: #DCD821;
}
</style>
background-color css
<style>
a { background-color: #DCD821; }
a { background-color: rgb(220,216,33); }
div.DivClassName
{
background-color: #DCD821;
}
.BgClassName
{
background-color: #DCD821;
}
</style>
border-color css
<style>
span { border-color: #DCD821; }
span { border-color: rgb(220,216,33); }
td.TdClassName
{
border-color: #DCD821;
}
.TagClassName
{
border-color: #DCD821;
}
</style>