Shades of Bitter Lemon #DCD92C
Tints of Bitter Lemon #DCD92C
RGB
CMYK
RGB Variations
Color information
#DCD92C (or 0xDCD92C) is known color: Bitter Lemon. HEX triplet: DC, D9 and 2C. RGB value is (220,217,44). Sum of RGB (Red+Green+Blue) = 220+217+44=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD92C is #2326D3. Grayscale: #C6C6C6. Windows color (decimal): -2303700 or 2939356. OLE color: 2939356.
HSL color Cylindrical-coordinate representation of color #DCD92C: hue angle of 58.98º 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 #DCD92C is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 44 | - |
| CMYK | 0 | 0.01 | 0.8 | 0.14 |
| HSL | 58.98º | 0.72% | 0.52% | - |
| HSV(B) | 58.98º | 0.8% | 0.86% | - |
| XYZ | 54.78 | 65.02 | 12.05 | - |
| YUV | 198.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 44 | 0 | 0.01 | 0.8 | 0.14 | 58.98 | 0.72 | 0.52 |
| Hex | DC | D9 | 2C | 0 | 1 | 50 | E | 3B | 48 | 34 |
| Octal | 334 | 331 | 54 | 0 | 1 | 120 | 16 | 73 | 110 | 64 |
| Binary | 11011100 | 11011001 | 101100 | 0 | 1 | 1010000 | 1110 | 111011 | 1001000 | 110100 |
Color Harmonies of #DCD92C
Complementary color
Monochromatic Colors of #DCD92C
Black with #DCD92C
Text Example
Text Example
White with #DCD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD92C; }
p { color: rgb(220,217,44); }
H1.HeaderClassName
{
color: #DCD92C;
}
.AnyTagClassName
{
color: #DCD92C;
}
</style>
background-color css
<style>
a { background-color: #DCD92C; }
a { background-color: rgb(220,217,44); }
div.DivClassName
{
background-color: #DCD92C;
}
.BgClassName
{
background-color: #DCD92C;
}
</style>
border-color css
<style>
span { border-color: #DCD92C; }
span { border-color: rgb(220,217,44); }
td.TdClassName
{
border-color: #DCD92C;
}
.TagClassName
{
border-color: #DCD92C;
}
</style>