Shades of Gamboge #D3970E
Tints of Gamboge #D3970E
RGB
CMYK
RGB Variations
Color information
#D3970E (or 0xD3970E) is known color: Gamboge. HEX triplet: D3, 97 and 0E. RGB value is (211,151,14). Sum of RGB (Red+Green+Blue) = 211+151+14=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3970E is #2C68F1. Grayscale: #999999. Windows color (decimal): -2910450 or 956371. OLE color: 956371.
HSL color Cylindrical-coordinate representation of color #D3970E: hue angle of 41.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3970E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.17 |
| HSL | 41.73º | 0.88% | 0.44% | - |
| HSV(B) | 41.73º | 0.93% | 0.83% | - |
| XYZ | 38.01 | 36.01 | 5.36 | - |
| YUV | 153.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 14 | 0 | 0.28 | 0.93 | 0.17 | 41.73 | 0.88 | 0.44 |
| Hex | D3 | 97 | E | 0 | 1C | 5D | 11 | 2A | 58 | 2C |
| Octal | 323 | 227 | 16 | 0 | 34 | 135 | 21 | 52 | 130 | 54 |
| Binary | 11010011 | 10010111 | 1110 | 0 | 11100 | 1011101 | 10001 | 101010 | 1011000 | 101100 |
Color Harmonies of #D3970E
Complementary color
Monochromatic Colors of #D3970E
Black with #D3970E
Text Example
Text Example
White with #D3970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3970E; }
p { color: rgb(211,151,14); }
H1.HeaderClassName
{
color: #D3970E;
}
.AnyTagClassName
{
color: #D3970E;
}
</style>
background-color css
<style>
a { background-color: #D3970E; }
a { background-color: rgb(211,151,14); }
div.DivClassName
{
background-color: #D3970E;
}
.BgClassName
{
background-color: #D3970E;
}
</style>
border-color css
<style>
span { border-color: #D3970E; }
span { border-color: rgb(211,151,14); }
td.TdClassName
{
border-color: #D3970E;
}
.TagClassName
{
border-color: #D3970E;
}
</style>