Shades of Gamboge #D8860C
Tints of Gamboge #D8860C
RGB
CMYK
RGB Variations
Color information
#D8860C (or 0xD8860C) is known color: Gamboge. HEX triplet: D8, 86 and 0C. RGB value is (216,134,12). Sum of RGB (Red+Green+Blue) = 216+134+12=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8860C is #2779F3. Grayscale: #919191. Windows color (decimal): -2587124 or 820952. OLE color: 820952.
HSL color Cylindrical-coordinate representation of color #D8860C: hue angle of 35.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8860C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.15 |
| HSL | 35.88º | 0.89% | 0.45% | - |
| HSV(B) | 35.88º | 0.94% | 0.85% | - |
| XYZ | 36.91 | 31.68 | 4.52 | - |
| YUV | 144.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 12 | 0 | 0.38 | 0.94 | 0.15 | 35.88 | 0.89 | 0.45 |
| Hex | D8 | 86 | C | 0 | 26 | 5E | F | 24 | 59 | 2D |
| Octal | 330 | 206 | 14 | 0 | 46 | 136 | 17 | 44 | 131 | 55 |
| Binary | 11011000 | 10000110 | 1100 | 0 | 100110 | 1011110 | 1111 | 100100 | 1011001 | 101101 |
Color Harmonies of #D8860C
Complementary color
Monochromatic Colors of #D8860C
Black with #D8860C
Text Example
Text Example
White with #D8860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8860C; }
p { color: rgb(216,134,12); }
H1.HeaderClassName
{
color: #D8860C;
}
.AnyTagClassName
{
color: #D8860C;
}
</style>
background-color css
<style>
a { background-color: #D8860C; }
a { background-color: rgb(216,134,12); }
div.DivClassName
{
background-color: #D8860C;
}
.BgClassName
{
background-color: #D8860C;
}
</style>
border-color css
<style>
span { border-color: #D8860C; }
span { border-color: rgb(216,134,12); }
td.TdClassName
{
border-color: #D8860C;
}
.TagClassName
{
border-color: #D8860C;
}
</style>