Shades of Gamboge #D8960D
Tints of Gamboge #D8960D
RGB
CMYK
RGB Variations
Color information
#D8960D (or 0xD8960D) is known color: Gamboge. HEX triplet: D8, 96 and 0D. RGB value is (216,150,13). Sum of RGB (Red+Green+Blue) = 216+150+13=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8960D is #2769F2. Grayscale: #9A9A9A. Windows color (decimal): -2583027 or 890584. OLE color: 890584.
HSL color Cylindrical-coordinate representation of color #D8960D: hue angle of 40.49º 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 #D8960D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.15 |
| HSL | 40.49º | 0.89% | 0.45% | - |
| HSV(B) | 40.49º | 0.94% | 0.85% | - |
| XYZ | 39.3 | 36.44 | 5.34 | - |
| YUV | 154.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 13 | 0 | 0.31 | 0.94 | 0.15 | 40.49 | 0.89 | 0.45 |
| Hex | D8 | 96 | D | 0 | 1F | 5E | F | 28 | 59 | 2D |
| Octal | 330 | 226 | 15 | 0 | 37 | 136 | 17 | 50 | 131 | 55 |
| Binary | 11011000 | 10010110 | 1101 | 0 | 11111 | 1011110 | 1111 | 101000 | 1011001 | 101101 |
Color Harmonies of #D8960D
Complementary color
Monochromatic Colors of #D8960D
Black with #D8960D
Text Example
Text Example
White with #D8960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8960D; }
p { color: rgb(216,150,13); }
H1.HeaderClassName
{
color: #D8960D;
}
.AnyTagClassName
{
color: #D8960D;
}
</style>
background-color css
<style>
a { background-color: #D8960D; }
a { background-color: rgb(216,150,13); }
div.DivClassName
{
background-color: #D8960D;
}
.BgClassName
{
background-color: #D8960D;
}
</style>
border-color css
<style>
span { border-color: #D8960D; }
span { border-color: rgb(216,150,13); }
td.TdClassName
{
border-color: #D8960D;
}
.TagClassName
{
border-color: #D8960D;
}
</style>