Shades of Gamboge #DC8610
Tints of Gamboge #DC8610
RGB
CMYK
RGB Variations
Color information
#DC8610 (or 0xDC8610) is known color: Gamboge. HEX triplet: DC, 86 and 10. RGB value is (220,134,16). Sum of RGB (Red+Green+Blue) = 220+134+16=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8610 is #2379EF. Grayscale: #929292. Windows color (decimal): -2324976 or 1083100. OLE color: 1083100.
HSL color Cylindrical-coordinate representation of color #DC8610: hue angle of 34.71º 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 #DC8610 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.14 |
| HSL | 34.71º | 0.86% | 0.46% | - |
| HSV(B) | 34.71º | 0.93% | 0.86% | - |
| XYZ | 38.13 | 32.3 | 4.72 | - |
| YUV | 146.26 | 54.49 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 16 | 0 | 0.39 | 0.93 | 0.14 | 34.71 | 0.86 | 0.46 |
| Hex | DC | 86 | 10 | 0 | 27 | 5D | E | 23 | 56 | 2E |
| Octal | 334 | 206 | 20 | 0 | 47 | 135 | 16 | 43 | 126 | 56 |
| Binary | 11011100 | 10000110 | 10000 | 0 | 100111 | 1011101 | 1110 | 100011 | 1010110 | 101110 |
Color Harmonies of #DC8610
Complementary color
Monochromatic Colors of #DC8610
Black with #DC8610
Text Example
Text Example
White with #DC8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8610; }
p { color: rgb(220,134,16); }
H1.HeaderClassName
{
color: #DC8610;
}
.AnyTagClassName
{
color: #DC8610;
}
</style>
background-color css
<style>
a { background-color: #DC8610; }
a { background-color: rgb(220,134,16); }
div.DivClassName
{
background-color: #DC8610;
}
.BgClassName
{
background-color: #DC8610;
}
</style>
border-color css
<style>
span { border-color: #DC8610; }
span { border-color: rgb(220,134,16); }
td.TdClassName
{
border-color: #DC8610;
}
.TagClassName
{
border-color: #DC8610;
}
</style>