Shades of Gamboge #DC860D
Tints of Gamboge #DC860D
RGB
CMYK
RGB Variations
Color information
#DC860D (or 0xDC860D) is known color: Gamboge. HEX triplet: DC, 86 and 0D. RGB value is (220,134,13). Sum of RGB (Red+Green+Blue) = 220+134+13=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC860D is #2379F2. Grayscale: #929292. Windows color (decimal): -2324979 or 886492. OLE color: 886492.
HSL color Cylindrical-coordinate representation of color #DC860D: hue angle of 35.07º degrees, saturation: 0.89, 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 #DC860D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.14 |
| HSL | 35.07º | 0.89% | 0.46% | - |
| HSV(B) | 35.07º | 0.94% | 0.86% | - |
| XYZ | 38.11 | 32.29 | 4.61 | - |
| YUV | 145.92 | 52.99 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 13 | 0 | 0.39 | 0.94 | 0.14 | 35.07 | 0.89 | 0.46 |
| Hex | DC | 86 | D | 0 | 27 | 5E | E | 23 | 59 | 2E |
| Octal | 334 | 206 | 15 | 0 | 47 | 136 | 16 | 43 | 131 | 56 |
| Binary | 11011100 | 10000110 | 1101 | 0 | 100111 | 1011110 | 1110 | 100011 | 1011001 | 101110 |
Color Harmonies of #DC860D
Complementary color
Monochromatic Colors of #DC860D
Black with #DC860D
Text Example
Text Example
White with #DC860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC860D; }
p { color: rgb(220,134,13); }
H1.HeaderClassName
{
color: #DC860D;
}
.AnyTagClassName
{
color: #DC860D;
}
</style>
background-color css
<style>
a { background-color: #DC860D; }
a { background-color: rgb(220,134,13); }
div.DivClassName
{
background-color: #DC860D;
}
.BgClassName
{
background-color: #DC860D;
}
</style>
border-color css
<style>
span { border-color: #DC860D; }
span { border-color: rgb(220,134,13); }
td.TdClassName
{
border-color: #DC860D;
}
.TagClassName
{
border-color: #DC860D;
}
</style>