Shades of Gamboge #DF970E
Tints of Gamboge #DF970E
RGB
CMYK
RGB Variations
Color information
#DF970E (or 0xDF970E) is known color: Gamboge. HEX triplet: DF, 97 and 0E. RGB value is (223,151,14). Sum of RGB (Red+Green+Blue) = 223+151+14=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF970E is #2068F1. Grayscale: #9D9D9D. Windows color (decimal): -2124018 or 956383. OLE color: 956383.
HSL color Cylindrical-coordinate representation of color #DF970E: hue angle of 39.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF970E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.13 |
| HSL | 39.33º | 0.88% | 0.46% | - |
| HSV(B) | 39.33º | 0.94% | 0.87% | - |
| XYZ | 41.58 | 37.85 | 5.53 | - |
| YUV | 156.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 14 | 0 | 0.32 | 0.94 | 0.13 | 39.33 | 0.88 | 0.46 |
| Hex | DF | 97 | E | 0 | 20 | 5E | D | 27 | 58 | 2E |
| Octal | 337 | 227 | 16 | 0 | 40 | 136 | 15 | 47 | 130 | 56 |
| Binary | 11011111 | 10010111 | 1110 | 0 | 100000 | 1011110 | 1101 | 100111 | 1011000 | 101110 |
Color Harmonies of #DF970E
Complementary color
Monochromatic Colors of #DF970E
Black with #DF970E
Text Example
Text Example
White with #DF970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF970E; }
p { color: rgb(223,151,14); }
H1.HeaderClassName
{
color: #DF970E;
}
.AnyTagClassName
{
color: #DF970E;
}
</style>
background-color css
<style>
a { background-color: #DF970E; }
a { background-color: rgb(223,151,14); }
div.DivClassName
{
background-color: #DF970E;
}
.BgClassName
{
background-color: #DF970E;
}
</style>
border-color css
<style>
span { border-color: #DF970E; }
span { border-color: rgb(223,151,14); }
td.TdClassName
{
border-color: #DF970E;
}
.TagClassName
{
border-color: #DF970E;
}
</style>