Shades of Gamboge #D8960F
Tints of Gamboge #D8960F
RGB
CMYK
RGB Variations
Color information
#D8960F (or 0xD8960F) is known color: Gamboge. HEX triplet: D8, 96 and 0F. RGB value is (216,150,15). Sum of RGB (Red+Green+Blue) = 216+150+15=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8960F is #2769F0. Grayscale: #9A9A9A. Windows color (decimal): -2583025 or 1021656. OLE color: 1021656.
HSL color Cylindrical-coordinate representation of color #D8960F: hue angle of 40.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8960F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.15 |
| HSL | 40.3º | 0.87% | 0.45% | - |
| HSV(B) | 40.3º | 0.93% | 0.85% | - |
| XYZ | 39.31 | 36.45 | 5.41 | - |
| YUV | 154.34 | 49.37 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 15 | 0 | 0.31 | 0.93 | 0.15 | 40.3 | 0.87 | 0.45 |
| Hex | D8 | 96 | F | 0 | 1F | 5D | F | 28 | 57 | 2D |
| Octal | 330 | 226 | 17 | 0 | 37 | 135 | 17 | 50 | 127 | 55 |
| Binary | 11011000 | 10010110 | 1111 | 0 | 11111 | 1011101 | 1111 | 101000 | 1010111 | 101101 |
Color Harmonies of #D8960F
Complementary color
Monochromatic Colors of #D8960F
Black with #D8960F
Text Example
Text Example
White with #D8960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8960F; }
p { color: rgb(216,150,15); }
H1.HeaderClassName
{
color: #D8960F;
}
.AnyTagClassName
{
color: #D8960F;
}
</style>
background-color css
<style>
a { background-color: #D8960F; }
a { background-color: rgb(216,150,15); }
div.DivClassName
{
background-color: #D8960F;
}
.BgClassName
{
background-color: #D8960F;
}
</style>
border-color css
<style>
span { border-color: #D8960F; }
span { border-color: rgb(216,150,15); }
td.TdClassName
{
border-color: #D8960F;
}
.TagClassName
{
border-color: #D8960F;
}
</style>