Shades of Bitter Lemon #DCD92E
Tints of Bitter Lemon #DCD92E
RGB
CMYK
RGB Variations
Color information
#DCD92E (or 0xDCD92E) is known color: Bitter Lemon. HEX triplet: DC, D9 and 2E. RGB value is (220,217,46). Sum of RGB (Red+Green+Blue) = 220+217+46=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD92E is #2326D1. Grayscale: #C7C7C7. Windows color (decimal): -2303698 or 3070428. OLE color: 3070428.
HSL color Cylindrical-coordinate representation of color #DCD92E: 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.79%. Process color model (Four color, CMYK) of #DCD92E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 46 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.14 |
| HSL | 58.97º | 0.71% | 0.52% | - |
| HSV(B) | 58.97º | 0.79% | 0.86% | - |
| XYZ | 54.82 | 65.04 | 12.25 | - |
| YUV | 198.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 46 | 0 | 0.01 | 0.79 | 0.14 | 58.97 | 0.71 | 0.52 |
| Hex | DC | D9 | 2E | 0 | 1 | 4F | E | 3B | 47 | 34 |
| Octal | 334 | 331 | 56 | 0 | 1 | 117 | 16 | 73 | 107 | 64 |
| Binary | 11011100 | 11011001 | 101110 | 0 | 1 | 1001111 | 1110 | 111011 | 1000111 | 110100 |
Color Harmonies of #DCD92E
Complementary color
Monochromatic Colors of #DCD92E
Black with #DCD92E
Text Example
Text Example
White with #DCD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD92E; }
p { color: rgb(220,217,46); }
H1.HeaderClassName
{
color: #DCD92E;
}
.AnyTagClassName
{
color: #DCD92E;
}
</style>
background-color css
<style>
a { background-color: #DCD92E; }
a { background-color: rgb(220,217,46); }
div.DivClassName
{
background-color: #DCD92E;
}
.BgClassName
{
background-color: #DCD92E;
}
</style>
border-color css
<style>
span { border-color: #DCD92E; }
span { border-color: rgb(220,217,46); }
td.TdClassName
{
border-color: #DCD92E;
}
.TagClassName
{
border-color: #DCD92E;
}
</style>