Shades of Gamboge #DF970A
Tints of Gamboge #DF970A
RGB
CMYK
RGB Variations
Color information
#DF970A (or 0xDF970A) is known color: Gamboge. HEX triplet: DF, 97 and 0A. RGB value is (223,151,10). Sum of RGB (Red+Green+Blue) = 223+151+10=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF970A is #2068F5. Grayscale: #9D9D9D. Windows color (decimal): -2124022 or 694239. OLE color: 694239.
HSL color Cylindrical-coordinate representation of color #DF970A: hue angle of 39.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF970A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.13 |
| HSL | 39.72º | 0.91% | 0.46% | - |
| HSV(B) | 39.72º | 0.96% | 0.87% | - |
| XYZ | 41.55 | 37.84 | 5.4 | - |
| YUV | 156.45 | 45.35 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 10 | 0 | 0.32 | 0.96 | 0.13 | 39.72 | 0.91 | 0.46 |
| Hex | DF | 97 | A | 0 | 20 | 60 | D | 28 | 5B | 2E |
| Octal | 337 | 227 | 12 | 0 | 40 | 140 | 15 | 50 | 133 | 56 |
| Binary | 11011111 | 10010111 | 1010 | 0 | 100000 | 1100000 | 1101 | 101000 | 1011011 | 101110 |
Color Harmonies of #DF970A
Complementary color
Monochromatic Colors of #DF970A
Black with #DF970A
Text Example
Text Example
White with #DF970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF970A; }
p { color: rgb(223,151,10); }
H1.HeaderClassName
{
color: #DF970A;
}
.AnyTagClassName
{
color: #DF970A;
}
</style>
background-color css
<style>
a { background-color: #DF970A; }
a { background-color: rgb(223,151,10); }
div.DivClassName
{
background-color: #DF970A;
}
.BgClassName
{
background-color: #DF970A;
}
</style>
border-color css
<style>
span { border-color: #DF970A; }
span { border-color: rgb(223,151,10); }
td.TdClassName
{
border-color: #DF970A;
}
.TagClassName
{
border-color: #DF970A;
}
</style>