Shades of Gamboge #D7860D
Tints of Gamboge #D7860D
RGB
CMYK
RGB Variations
Color information
#D7860D (or 0xD7860D) is known color: Gamboge. HEX triplet: D7, 86 and 0D. RGB value is (215,134,13). Sum of RGB (Red+Green+Blue) = 215+134+13=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7860D is #2879F2. Grayscale: #909090. Windows color (decimal): -2652659 or 886487. OLE color: 886487.
HSL color Cylindrical-coordinate representation of color #D7860D: hue angle of 35.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7860D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.16 |
| HSL | 35.94º | 0.89% | 0.45% | - |
| HSV(B) | 35.94º | 0.94% | 0.84% | - |
| XYZ | 36.62 | 31.53 | 4.54 | - |
| YUV | 144.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 13 | 0 | 0.38 | 0.94 | 0.16 | 35.94 | 0.89 | 0.45 |
| Hex | D7 | 86 | D | 0 | 26 | 5E | 10 | 24 | 59 | 2D |
| Octal | 327 | 206 | 15 | 0 | 46 | 136 | 20 | 44 | 131 | 55 |
| Binary | 11010111 | 10000110 | 1101 | 0 | 100110 | 1011110 | 10000 | 100100 | 1011001 | 101101 |
Color Harmonies of #D7860D
Complementary color
Monochromatic Colors of #D7860D
Black with #D7860D
Text Example
Text Example
White with #D7860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7860D; }
p { color: rgb(215,134,13); }
H1.HeaderClassName
{
color: #D7860D;
}
.AnyTagClassName
{
color: #D7860D;
}
</style>
background-color css
<style>
a { background-color: #D7860D; }
a { background-color: rgb(215,134,13); }
div.DivClassName
{
background-color: #D7860D;
}
.BgClassName
{
background-color: #D7860D;
}
</style>
border-color css
<style>
span { border-color: #D7860D; }
span { border-color: rgb(215,134,13); }
td.TdClassName
{
border-color: #D7860D;
}
.TagClassName
{
border-color: #D7860D;
}
</style>