Shades of Gamboge #D6970E
Tints of Gamboge #D6970E
RGB
CMYK
RGB Variations
Color information
#D6970E (or 0xD6970E) is known color: Gamboge. HEX triplet: D6, 97 and 0E. RGB value is (214,151,14). Sum of RGB (Red+Green+Blue) = 214+151+14=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6970E is #2968F1. Grayscale: #9A9A9A. Windows color (decimal): -2713842 or 956374. OLE color: 956374.
HSL color Cylindrical-coordinate representation of color #D6970E: hue angle of 41.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6970E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.16 |
| HSL | 41.1º | 0.88% | 0.45% | - |
| HSV(B) | 41.1º | 0.93% | 0.84% | - |
| XYZ | 38.88 | 36.46 | 5.4 | - |
| YUV | 154.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 14 | 0 | 0.29 | 0.93 | 0.16 | 41.1 | 0.88 | 0.45 |
| Hex | D6 | 97 | E | 0 | 1D | 5D | 10 | 29 | 58 | 2D |
| Octal | 326 | 227 | 16 | 0 | 35 | 135 | 20 | 51 | 130 | 55 |
| Binary | 11010110 | 10010111 | 1110 | 0 | 11101 | 1011101 | 10000 | 101001 | 1011000 | 101101 |
Color Harmonies of #D6970E
Complementary color
Monochromatic Colors of #D6970E
Black with #D6970E
Text Example
Text Example
White with #D6970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6970E; }
p { color: rgb(214,151,14); }
H1.HeaderClassName
{
color: #D6970E;
}
.AnyTagClassName
{
color: #D6970E;
}
</style>
background-color css
<style>
a { background-color: #D6970E; }
a { background-color: rgb(214,151,14); }
div.DivClassName
{
background-color: #D6970E;
}
.BgClassName
{
background-color: #D6970E;
}
</style>
border-color css
<style>
span { border-color: #D6970E; }
span { border-color: rgb(214,151,14); }
td.TdClassName
{
border-color: #D6970E;
}
.TagClassName
{
border-color: #D6970E;
}
</style>