Shades of Bitter Lemon #DCD92A
Tints of Bitter Lemon #DCD92A
RGB
CMYK
RGB Variations
Color information
#DCD92A (or 0xDCD92A) is known color: Bitter Lemon. HEX triplet: DC, D9 and 2A. RGB value is (220,217,42). Sum of RGB (Red+Green+Blue) = 220+217+42=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD92A is #2326D5. Grayscale: #C6C6C6. Windows color (decimal): -2303702 or 2808284. OLE color: 2808284.
HSL color Cylindrical-coordinate representation of color #DCD92A: hue angle of 58.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD92A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.14 |
| HSL | 58.99º | 0.72% | 0.51% | - |
| HSV(B) | 58.99º | 0.81% | 0.86% | - |
| XYZ | 54.75 | 65.01 | 11.85 | - |
| YUV | 197.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 42 | 0 | 0.01 | 0.81 | 0.14 | 58.99 | 0.72 | 0.51 |
| Hex | DC | D9 | 2A | 0 | 1 | 51 | E | 3B | 48 | 33 |
| Octal | 334 | 331 | 52 | 0 | 1 | 121 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011001 | 101010 | 0 | 1 | 1010001 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCD92A
Complementary color
Monochromatic Colors of #DCD92A
Black with #DCD92A
Text Example
Text Example
White with #DCD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD92A; }
p { color: rgb(220,217,42); }
H1.HeaderClassName
{
color: #DCD92A;
}
.AnyTagClassName
{
color: #DCD92A;
}
</style>
background-color css
<style>
a { background-color: #DCD92A; }
a { background-color: rgb(220,217,42); }
div.DivClassName
{
background-color: #DCD92A;
}
.BgClassName
{
background-color: #DCD92A;
}
</style>
border-color css
<style>
span { border-color: #DCD92A; }
span { border-color: rgb(220,217,42); }
td.TdClassName
{
border-color: #DCD92A;
}
.TagClassName
{
border-color: #DCD92A;
}
</style>