Shades of Bitter Lemon #DCD922
Tints of Bitter Lemon #DCD922
RGB
CMYK
RGB Variations
Color information
#DCD922 (or 0xDCD922) is known color: Bitter Lemon. HEX triplet: DC, D9 and 22. RGB value is (220,217,34). Sum of RGB (Red+Green+Blue) = 220+217+34=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD922 is #2326DD. Grayscale: #C5C5C5. Windows color (decimal): -2303710 or 2283996. OLE color: 2283996.
HSL color Cylindrical-coordinate representation of color #DCD922: hue angle of 59.03º 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 #DCD922 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 34 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.14 |
| HSL | 59.03º | 0.73% | 0.5% | - |
| HSV(B) | 59.03º | 0.85% | 0.86% | - |
| XYZ | 54.62 | 64.96 | 11.17 | - |
| YUV | 197.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 34 | 0 | 0.01 | 0.85 | 0.14 | 59.03 | 0.73 | 0.5 |
| Hex | DC | D9 | 22 | 0 | 1 | 55 | E | 3B | 49 | 32 |
| Octal | 334 | 331 | 42 | 0 | 1 | 125 | 16 | 73 | 111 | 62 |
| Binary | 11011100 | 11011001 | 100010 | 0 | 1 | 1010101 | 1110 | 111011 | 1001001 | 110010 |
Color Harmonies of #DCD922
Complementary color
Monochromatic Colors of #DCD922
Black with #DCD922
Text Example
Text Example
White with #DCD922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD922; }
p { color: rgb(220,217,34); }
H1.HeaderClassName
{
color: #DCD922;
}
.AnyTagClassName
{
color: #DCD922;
}
</style>
background-color css
<style>
a { background-color: #DCD922; }
a { background-color: rgb(220,217,34); }
div.DivClassName
{
background-color: #DCD922;
}
.BgClassName
{
background-color: #DCD922;
}
</style>
border-color css
<style>
span { border-color: #DCD922; }
span { border-color: rgb(220,217,34); }
td.TdClassName
{
border-color: #DCD922;
}
.TagClassName
{
border-color: #DCD922;
}
</style>