Shades of Gamboge #DCA20E
Tints of Gamboge #DCA20E
RGB
CMYK
RGB Variations
Color information
#DCA20E (or 0xDCA20E) is known color: Gamboge. HEX triplet: DC, A2 and 0E. RGB value is (220,162,14). Sum of RGB (Red+Green+Blue) = 220+162+14=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA20E is #235DF1. Grayscale: #A3A3A3. Windows color (decimal): -2317810 or 959196. OLE color: 959196.
HSL color Cylindrical-coordinate representation of color #DCA20E: hue angle of 43.11º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCA20E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.14 |
| HSL | 43.11º | 0.88% | 0.46% | - |
| HSV(B) | 43.11º | 0.94% | 0.86% | - |
| XYZ | 42.51 | 41.09 | 6.11 | - |
| YUV | 162.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 14 | 0 | 0.26 | 0.94 | 0.14 | 43.11 | 0.88 | 0.46 |
| Hex | DC | A2 | E | 0 | 1A | 5E | E | 2B | 58 | 2E |
| Octal | 334 | 242 | 16 | 0 | 32 | 136 | 16 | 53 | 130 | 56 |
| Binary | 11011100 | 10100010 | 1110 | 0 | 11010 | 1011110 | 1110 | 101011 | 1011000 | 101110 |
Color Harmonies of #DCA20E
Complementary color
Monochromatic Colors of #DCA20E
Black with #DCA20E
Text Example
Text Example
White with #DCA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA20E; }
p { color: rgb(220,162,14); }
H1.HeaderClassName
{
color: #DCA20E;
}
.AnyTagClassName
{
color: #DCA20E;
}
</style>
background-color css
<style>
a { background-color: #DCA20E; }
a { background-color: rgb(220,162,14); }
div.DivClassName
{
background-color: #DCA20E;
}
.BgClassName
{
background-color: #DCA20E;
}
</style>
border-color css
<style>
span { border-color: #DCA20E; }
span { border-color: rgb(220,162,14); }
td.TdClassName
{
border-color: #DCA20E;
}
.TagClassName
{
border-color: #DCA20E;
}
</style>