Shades of Gamboge #DCA610
Tints of Gamboge #DCA610
RGB
CMYK
RGB Variations
Color information
#DCA610 (or 0xDCA610) is known color: Gamboge. HEX triplet: DC, A6 and 10. RGB value is (220,166,16). Sum of RGB (Red+Green+Blue) = 220+166+16=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA610 is #2359EF. Grayscale: #A5A5A5. Windows color (decimal): -2316784 or 1091292. OLE color: 1091292.
HSL color Cylindrical-coordinate representation of color #DCA610: hue angle of 44.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCA610 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.14 |
| HSL | 44.12º | 0.86% | 0.46% | - |
| HSV(B) | 44.12º | 0.93% | 0.86% | - |
| XYZ | 43.24 | 42.53 | 6.42 | - |
| YUV | 165.05 | 43.89 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 16 | 0 | 0.25 | 0.93 | 0.14 | 44.12 | 0.86 | 0.46 |
| Hex | DC | A6 | 10 | 0 | 19 | 5D | E | 2C | 56 | 2E |
| Octal | 334 | 246 | 20 | 0 | 31 | 135 | 16 | 54 | 126 | 56 |
| Binary | 11011100 | 10100110 | 10000 | 0 | 11001 | 1011101 | 1110 | 101100 | 1010110 | 101110 |
Color Harmonies of #DCA610
Complementary color
Monochromatic Colors of #DCA610
Black with #DCA610
Text Example
Text Example
White with #DCA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA610; }
p { color: rgb(220,166,16); }
H1.HeaderClassName
{
color: #DCA610;
}
.AnyTagClassName
{
color: #DCA610;
}
</style>
background-color css
<style>
a { background-color: #DCA610; }
a { background-color: rgb(220,166,16); }
div.DivClassName
{
background-color: #DCA610;
}
.BgClassName
{
background-color: #DCA610;
}
</style>
border-color css
<style>
span { border-color: #DCA610; }
span { border-color: rgb(220,166,16); }
td.TdClassName
{
border-color: #DCA610;
}
.TagClassName
{
border-color: #DCA610;
}
</style>