Shades of Gamboge #DF960D
Tints of Gamboge #DF960D
RGB
CMYK
RGB Variations
Color information
#DF960D (or 0xDF960D) is known color: Gamboge. HEX triplet: DF, 96 and 0D. RGB value is (223,150,13). Sum of RGB (Red+Green+Blue) = 223+150+13=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF960D is #2069F2. Grayscale: #9C9C9C. Windows color (decimal): -2124275 or 890591. OLE color: 890591.
HSL color Cylindrical-coordinate representation of color #DF960D: hue angle of 39.14º degrees, saturation: 0.89, 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 #DF960D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.13 |
| HSL | 39.14º | 0.89% | 0.46% | - |
| HSV(B) | 39.14º | 0.94% | 0.87% | - |
| XYZ | 41.41 | 37.53 | 5.44 | - |
| YUV | 156.21 | 47.18 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 13 | 0 | 0.33 | 0.94 | 0.13 | 39.14 | 0.89 | 0.46 |
| Hex | DF | 96 | D | 0 | 21 | 5E | D | 27 | 59 | 2E |
| Octal | 337 | 226 | 15 | 0 | 41 | 136 | 15 | 47 | 131 | 56 |
| Binary | 11011111 | 10010110 | 1101 | 0 | 100001 | 1011110 | 1101 | 100111 | 1011001 | 101110 |
Color Harmonies of #DF960D
Complementary color
Monochromatic Colors of #DF960D
Black with #DF960D
Text Example
Text Example
White with #DF960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF960D; }
p { color: rgb(223,150,13); }
H1.HeaderClassName
{
color: #DF960D;
}
.AnyTagClassName
{
color: #DF960D;
}
</style>
background-color css
<style>
a { background-color: #DF960D; }
a { background-color: rgb(223,150,13); }
div.DivClassName
{
background-color: #DF960D;
}
.BgClassName
{
background-color: #DF960D;
}
</style>
border-color css
<style>
span { border-color: #DF960D; }
span { border-color: rgb(223,150,13); }
td.TdClassName
{
border-color: #DF960D;
}
.TagClassName
{
border-color: #DF960D;
}
</style>