Shades of Bitter Lemon #DCD822
Tints of Bitter Lemon #DCD822
RGB
CMYK
RGB Variations
Color information
#DCD822 (or 0xDCD822) is known color: Bitter Lemon. HEX triplet: DC, D8 and 22. RGB value is (220,216,34). Sum of RGB (Red+Green+Blue) = 220+216+34=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD822 is #2327DD. Grayscale: #C5C5C5. Windows color (decimal): -2303966 or 2283740. OLE color: 2283740.
HSL color Cylindrical-coordinate representation of color #DCD822: hue angle of 58.71º degrees, saturation: 0.73, 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 #DCD822 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.14 |
| HSL | 58.71º | 0.73% | 0.5% | - |
| HSV(B) | 58.71º | 0.85% | 0.86% | - |
| XYZ | 54.36 | 64.44 | 11.09 | - |
| YUV | 196.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 34 | 0 | 0.02 | 0.85 | 0.14 | 58.71 | 0.73 | 0.5 |
| Hex | DC | D8 | 22 | 0 | 2 | 55 | E | 3B | 49 | 32 |
| Octal | 334 | 330 | 42 | 0 | 2 | 125 | 16 | 73 | 111 | 62 |
| Binary | 11011100 | 11011000 | 100010 | 0 | 10 | 1010101 | 1110 | 111011 | 1001001 | 110010 |
Color Harmonies of #DCD822
Complementary color
Monochromatic Colors of #DCD822
Black with #DCD822
Text Example
Text Example
White with #DCD822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD822; }
p { color: rgb(220,216,34); }
H1.HeaderClassName
{
color: #DCD822;
}
.AnyTagClassName
{
color: #DCD822;
}
</style>
background-color css
<style>
a { background-color: #DCD822; }
a { background-color: rgb(220,216,34); }
div.DivClassName
{
background-color: #DCD822;
}
.BgClassName
{
background-color: #DCD822;
}
</style>
border-color css
<style>
span { border-color: #DCD822; }
span { border-color: rgb(220,216,34); }
td.TdClassName
{
border-color: #DCD822;
}
.TagClassName
{
border-color: #DCD822;
}
</style>