Shades of Gamboge #D8970C
Tints of Gamboge #D8970C
RGB
CMYK
RGB Variations
Color information
#D8970C (or 0xD8970C) is known color: Gamboge. HEX triplet: D8, 97 and 0C. RGB value is (216,151,12). Sum of RGB (Red+Green+Blue) = 216+151+12=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8970C is #2768F3. Grayscale: #9B9B9B. Windows color (decimal): -2582772 or 825304. OLE color: 825304.
HSL color Cylindrical-coordinate representation of color #D8970C: hue angle of 40.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 #D8970C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.15 |
| HSL | 40.88º | 0.89% | 0.45% | - |
| HSV(B) | 40.88º | 0.94% | 0.85% | - |
| XYZ | 39.45 | 36.76 | 5.36 | - |
| YUV | 154.59 | 47.53 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 12 | 0 | 0.30 | 0.94 | 0.15 | 40.88 | 0.89 | 0.45 |
| Hex | D8 | 97 | C | 0 | 1E | 5E | F | 29 | 59 | 2D |
| Octal | 330 | 227 | 14 | 0 | 36 | 136 | 17 | 51 | 131 | 55 |
| Binary | 11011000 | 10010111 | 1100 | 0 | 11110 | 1011110 | 1111 | 101001 | 1011001 | 101101 |
Color Harmonies of #D8970C
Complementary color
Monochromatic Colors of #D8970C
Black with #D8970C
Text Example
Text Example
White with #D8970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8970C; }
p { color: rgb(216,151,12); }
H1.HeaderClassName
{
color: #D8970C;
}
.AnyTagClassName
{
color: #D8970C;
}
</style>
background-color css
<style>
a { background-color: #D8970C; }
a { background-color: rgb(216,151,12); }
div.DivClassName
{
background-color: #D8970C;
}
.BgClassName
{
background-color: #D8970C;
}
</style>
border-color css
<style>
span { border-color: #D8970C; }
span { border-color: rgb(216,151,12); }
td.TdClassName
{
border-color: #D8970C;
}
.TagClassName
{
border-color: #D8970C;
}
</style>