Shades of Gamboge #D8960B
Tints of Gamboge #D8960B
RGB
CMYK
RGB Variations
Color information
#D8960B (or 0xD8960B) is known color: Gamboge. HEX triplet: D8, 96 and 0B. RGB value is (216,150,11). Sum of RGB (Red+Green+Blue) = 216+150+11=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8960B is #2769F4. Grayscale: #9A9A9A. Windows color (decimal): -2583029 or 759512. OLE color: 759512.
HSL color Cylindrical-coordinate representation of color #D8960B: hue angle of 40.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8960B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.15 |
| HSL | 40.68º | 0.9% | 0.45% | - |
| HSV(B) | 40.68º | 0.95% | 0.85% | - |
| XYZ | 39.29 | 36.44 | 5.28 | - |
| YUV | 153.89 | 47.37 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 11 | 0 | 0.31 | 0.95 | 0.15 | 40.68 | 0.9 | 0.45 |
| Hex | D8 | 96 | B | 0 | 1F | 5F | F | 29 | 5A | 2D |
| Octal | 330 | 226 | 13 | 0 | 37 | 137 | 17 | 51 | 132 | 55 |
| Binary | 11011000 | 10010110 | 1011 | 0 | 11111 | 1011111 | 1111 | 101001 | 1011010 | 101101 |
Color Harmonies of #D8960B
Complementary color
Monochromatic Colors of #D8960B
Black with #D8960B
Text Example
Text Example
White with #D8960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8960B; }
p { color: rgb(216,150,11); }
H1.HeaderClassName
{
color: #D8960B;
}
.AnyTagClassName
{
color: #D8960B;
}
</style>
background-color css
<style>
a { background-color: #D8960B; }
a { background-color: rgb(216,150,11); }
div.DivClassName
{
background-color: #D8960B;
}
.BgClassName
{
background-color: #D8960B;
}
</style>
border-color css
<style>
span { border-color: #D8960B; }
span { border-color: rgb(216,150,11); }
td.TdClassName
{
border-color: #D8960B;
}
.TagClassName
{
border-color: #D8960B;
}
</style>