Shades of Gamboge #D5870C
Tints of Gamboge #D5870C
RGB
CMYK
RGB Variations
Color information
#D5870C (or 0xD5870C) is known color: Gamboge. HEX triplet: D5, 87 and 0C. RGB value is (213,135,12). Sum of RGB (Red+Green+Blue) = 213+135+12=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5870C is #2A78F3. Grayscale: #909090. Windows color (decimal): -2783476 or 821205. OLE color: 821205.
HSL color Cylindrical-coordinate representation of color #D5870C: hue angle of 36.72º degrees, saturation: 0.89, 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 #D5870C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.16 |
| HSL | 36.72º | 0.89% | 0.44% | - |
| HSV(B) | 36.72º | 0.94% | 0.84% | - |
| XYZ | 36.17 | 31.5 | 4.52 | - |
| YUV | 144.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 12 | 0 | 0.37 | 0.94 | 0.16 | 36.72 | 0.89 | 0.44 |
| Hex | D5 | 87 | C | 0 | 25 | 5E | 10 | 25 | 59 | 2C |
| Octal | 325 | 207 | 14 | 0 | 45 | 136 | 20 | 45 | 131 | 54 |
| Binary | 11010101 | 10000111 | 1100 | 0 | 100101 | 1011110 | 10000 | 100101 | 1011001 | 101100 |
Color Harmonies of #D5870C
Complementary color
Monochromatic Colors of #D5870C
Black with #D5870C
Text Example
Text Example
White with #D5870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5870C; }
p { color: rgb(213,135,12); }
H1.HeaderClassName
{
color: #D5870C;
}
.AnyTagClassName
{
color: #D5870C;
}
</style>
background-color css
<style>
a { background-color: #D5870C; }
a { background-color: rgb(213,135,12); }
div.DivClassName
{
background-color: #D5870C;
}
.BgClassName
{
background-color: #D5870C;
}
</style>
border-color css
<style>
span { border-color: #D5870C; }
span { border-color: rgb(213,135,12); }
td.TdClassName
{
border-color: #D5870C;
}
.TagClassName
{
border-color: #D5870C;
}
</style>