Shades of Gamboge #DF970C
Tints of Gamboge #DF970C
RGB
CMYK
RGB Variations
Color information
#DF970C (or 0xDF970C) is known color: Gamboge. HEX triplet: DF, 97 and 0C. RGB value is (223,151,12). Sum of RGB (Red+Green+Blue) = 223+151+12=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF970C is #2068F3. Grayscale: #9D9D9D. Windows color (decimal): -2124020 or 825311. OLE color: 825311.
HSL color Cylindrical-coordinate representation of color #DF970C: hue angle of 39.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF970C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.13 |
| HSL | 39.53º | 0.9% | 0.46% | - |
| HSV(B) | 39.53º | 0.95% | 0.87% | - |
| XYZ | 41.56 | 37.85 | 5.46 | - |
| YUV | 156.68 | 46.35 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 12 | 0 | 0.32 | 0.95 | 0.13 | 39.53 | 0.9 | 0.46 |
| Hex | DF | 97 | C | 0 | 20 | 5F | D | 28 | 5A | 2E |
| Octal | 337 | 227 | 14 | 0 | 40 | 137 | 15 | 50 | 132 | 56 |
| Binary | 11011111 | 10010111 | 1100 | 0 | 100000 | 1011111 | 1101 | 101000 | 1011010 | 101110 |
Color Harmonies of #DF970C
Complementary color
Monochromatic Colors of #DF970C
Black with #DF970C
Text Example
Text Example
White with #DF970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF970C; }
p { color: rgb(223,151,12); }
H1.HeaderClassName
{
color: #DF970C;
}
.AnyTagClassName
{
color: #DF970C;
}
</style>
background-color css
<style>
a { background-color: #DF970C; }
a { background-color: rgb(223,151,12); }
div.DivClassName
{
background-color: #DF970C;
}
.BgClassName
{
background-color: #DF970C;
}
</style>
border-color css
<style>
span { border-color: #DF970C; }
span { border-color: rgb(223,151,12); }
td.TdClassName
{
border-color: #DF970C;
}
.TagClassName
{
border-color: #DF970C;
}
</style>