Shades of Bitter Lemon #DCD924
Tints of Bitter Lemon #DCD924
RGB
CMYK
RGB Variations
Color information
#DCD924 (or 0xDCD924) is known color: Bitter Lemon. HEX triplet: DC, D9 and 24. RGB value is (220,217,36). Sum of RGB (Red+Green+Blue) = 220+217+36=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD924 is #2326DB. Grayscale: #C5C5C5. Windows color (decimal): -2303708 or 2415068. OLE color: 2415068.
HSL color Cylindrical-coordinate representation of color #DCD924: hue angle of 59.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCD924 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.14 |
| HSL | 59.02º | 0.72% | 0.5% | - |
| HSV(B) | 59.02º | 0.84% | 0.86% | - |
| XYZ | 54.65 | 64.97 | 11.33 | - |
| YUV | 197.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 36 | 0 | 0.01 | 0.84 | 0.14 | 59.02 | 0.72 | 0.5 |
| Hex | DC | D9 | 24 | 0 | 1 | 54 | E | 3B | 48 | 32 |
| Octal | 334 | 331 | 44 | 0 | 1 | 124 | 16 | 73 | 110 | 62 |
| Binary | 11011100 | 11011001 | 100100 | 0 | 1 | 1010100 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DCD924
Complementary color
Monochromatic Colors of #DCD924
Black with #DCD924
Text Example
Text Example
White with #DCD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD924; }
p { color: rgb(220,217,36); }
H1.HeaderClassName
{
color: #DCD924;
}
.AnyTagClassName
{
color: #DCD924;
}
</style>
background-color css
<style>
a { background-color: #DCD924; }
a { background-color: rgb(220,217,36); }
div.DivClassName
{
background-color: #DCD924;
}
.BgClassName
{
background-color: #DCD924;
}
</style>
border-color css
<style>
span { border-color: #DCD924; }
span { border-color: rgb(220,217,36); }
td.TdClassName
{
border-color: #DCD924;
}
.TagClassName
{
border-color: #DCD924;
}
</style>