Shades of Bitter Lemon #DCD92D
Tints of Bitter Lemon #DCD92D
RGB
CMYK
RGB Variations
Color information
#DCD92D (or 0xDCD92D) is known color: Bitter Lemon. HEX triplet: DC, D9 and 2D. RGB value is (220,217,45). Sum of RGB (Red+Green+Blue) = 220+217+45=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD92D is #2326D2. Grayscale: #C6C6C6. Windows color (decimal): -2303699 or 3004892. OLE color: 3004892.
HSL color Cylindrical-coordinate representation of color #DCD92D: hue angle of 58.97º degrees, saturation: 0.71, 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 #DCD92D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 45 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.14 |
| HSL | 58.97º | 0.71% | 0.52% | - |
| HSV(B) | 58.97º | 0.8% | 0.86% | - |
| XYZ | 54.8 | 65.03 | 12.15 | - |
| YUV | 198.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 45 | 0 | 0.01 | 0.80 | 0.14 | 58.97 | 0.71 | 0.52 |
| Hex | DC | D9 | 2D | 0 | 1 | 50 | E | 3B | 47 | 34 |
| Octal | 334 | 331 | 55 | 0 | 1 | 120 | 16 | 73 | 107 | 64 |
| Binary | 11011100 | 11011001 | 101101 | 0 | 1 | 1010000 | 1110 | 111011 | 1000111 | 110100 |
Color Harmonies of #DCD92D
Complementary color
Monochromatic Colors of #DCD92D
Black with #DCD92D
Text Example
Text Example
White with #DCD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD92D; }
p { color: rgb(220,217,45); }
H1.HeaderClassName
{
color: #DCD92D;
}
.AnyTagClassName
{
color: #DCD92D;
}
</style>
background-color css
<style>
a { background-color: #DCD92D; }
a { background-color: rgb(220,217,45); }
div.DivClassName
{
background-color: #DCD92D;
}
.BgClassName
{
background-color: #DCD92D;
}
</style>
border-color css
<style>
span { border-color: #DCD92D; }
span { border-color: rgb(220,217,45); }
td.TdClassName
{
border-color: #DCD92D;
}
.TagClassName
{
border-color: #DCD92D;
}
</style>