Shades of Gamboge #D5860D
Tints of Gamboge #D5860D
RGB
CMYK
RGB Variations
Color information
#D5860D (or 0xD5860D) is known color: Gamboge. HEX triplet: D5, 86 and 0D. RGB value is (213,134,13). Sum of RGB (Red+Green+Blue) = 213+134+13=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5860D is #2A79F2. Grayscale: #909090. Windows color (decimal): -2783731 or 886485. OLE color: 886485.
HSL color Cylindrical-coordinate representation of color #D5860D: hue angle of 36.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5860D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.16 |
| HSL | 36.3º | 0.88% | 0.44% | - |
| HSV(B) | 36.3º | 0.94% | 0.84% | - |
| XYZ | 36.04 | 31.23 | 4.51 | - |
| YUV | 143.83 | 54.17 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 13 | 0 | 0.37 | 0.94 | 0.16 | 36.3 | 0.88 | 0.44 |
| Hex | D5 | 86 | D | 0 | 25 | 5E | 10 | 24 | 58 | 2C |
| Octal | 325 | 206 | 15 | 0 | 45 | 136 | 20 | 44 | 130 | 54 |
| Binary | 11010101 | 10000110 | 1101 | 0 | 100101 | 1011110 | 10000 | 100100 | 1011000 | 101100 |
Color Harmonies of #D5860D
Complementary color
Monochromatic Colors of #D5860D
Black with #D5860D
Text Example
Text Example
White with #D5860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5860D; }
p { color: rgb(213,134,13); }
H1.HeaderClassName
{
color: #D5860D;
}
.AnyTagClassName
{
color: #D5860D;
}
</style>
background-color css
<style>
a { background-color: #D5860D; }
a { background-color: rgb(213,134,13); }
div.DivClassName
{
background-color: #D5860D;
}
.BgClassName
{
background-color: #D5860D;
}
</style>
border-color css
<style>
span { border-color: #D5860D; }
span { border-color: rgb(213,134,13); }
td.TdClassName
{
border-color: #D5860D;
}
.TagClassName
{
border-color: #D5860D;
}
</style>