Shades of Gamboge #D5870D
Tints of Gamboge #D5870D
RGB
CMYK
RGB Variations
Color information
#D5870D (or 0xD5870D) is known color: Gamboge. HEX triplet: D5, 87 and 0D. RGB value is (213,135,13). Sum of RGB (Red+Green+Blue) = 213+135+13=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5870D is #2A78F2. Grayscale: #909090. Windows color (decimal): -2783475 or 886741. OLE color: 886741.
HSL color Cylindrical-coordinate representation of color #D5870D: hue angle of 36.6º 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 #D5870D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.16 |
| HSL | 36.6º | 0.88% | 0.44% | - |
| HSV(B) | 36.6º | 0.94% | 0.84% | - |
| XYZ | 36.18 | 31.5 | 4.55 | - |
| YUV | 144.41 | 53.84 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 13 | 0 | 0.37 | 0.94 | 0.16 | 36.6 | 0.88 | 0.44 |
| Hex | D5 | 87 | D | 0 | 25 | 5E | 10 | 25 | 58 | 2C |
| Octal | 325 | 207 | 15 | 0 | 45 | 136 | 20 | 45 | 130 | 54 |
| Binary | 11010101 | 10000111 | 1101 | 0 | 100101 | 1011110 | 10000 | 100101 | 1011000 | 101100 |
Color Harmonies of #D5870D
Complementary color
Monochromatic Colors of #D5870D
Black with #D5870D
Text Example
Text Example
White with #D5870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5870D; }
p { color: rgb(213,135,13); }
H1.HeaderClassName
{
color: #D5870D;
}
.AnyTagClassName
{
color: #D5870D;
}
</style>
background-color css
<style>
a { background-color: #D5870D; }
a { background-color: rgb(213,135,13); }
div.DivClassName
{
background-color: #D5870D;
}
.BgClassName
{
background-color: #D5870D;
}
</style>
border-color css
<style>
span { border-color: #D5870D; }
span { border-color: rgb(213,135,13); }
td.TdClassName
{
border-color: #D5870D;
}
.TagClassName
{
border-color: #D5870D;
}
</style>