Shades of Gamboge #D5860C
Tints of Gamboge #D5860C
RGB
CMYK
RGB Variations
Color information
#D5860C (or 0xD5860C) is known color: Gamboge. HEX triplet: D5, 86 and 0C. RGB value is (213,134,12). Sum of RGB (Red+Green+Blue) = 213+134+12=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5860C is #2A79F3. Grayscale: #909090. Windows color (decimal): -2783732 or 820949. OLE color: 820949.
HSL color Cylindrical-coordinate representation of color #D5860C: hue angle of 36.42º 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 #D5860C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.16 |
| HSL | 36.42º | 0.89% | 0.44% | - |
| HSV(B) | 36.42º | 0.94% | 0.84% | - |
| XYZ | 36.03 | 31.22 | 4.48 | - |
| YUV | 143.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 12 | 0 | 0.37 | 0.94 | 0.16 | 36.42 | 0.89 | 0.44 |
| Hex | D5 | 86 | C | 0 | 25 | 5E | 10 | 24 | 59 | 2C |
| Octal | 325 | 206 | 14 | 0 | 45 | 136 | 20 | 44 | 131 | 54 |
| Binary | 11010101 | 10000110 | 1100 | 0 | 100101 | 1011110 | 10000 | 100100 | 1011001 | 101100 |
Color Harmonies of #D5860C
Complementary color
Monochromatic Colors of #D5860C
Black with #D5860C
Text Example
Text Example
White with #D5860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5860C; }
p { color: rgb(213,134,12); }
H1.HeaderClassName
{
color: #D5860C;
}
.AnyTagClassName
{
color: #D5860C;
}
</style>
background-color css
<style>
a { background-color: #D5860C; }
a { background-color: rgb(213,134,12); }
div.DivClassName
{
background-color: #D5860C;
}
.BgClassName
{
background-color: #D5860C;
}
</style>
border-color css
<style>
span { border-color: #D5860C; }
span { border-color: rgb(213,134,12); }
td.TdClassName
{
border-color: #D5860C;
}
.TagClassName
{
border-color: #D5860C;
}
</style>