Shades of Gamboge #DF960C
Tints of Gamboge #DF960C
RGB
CMYK
RGB Variations
Color information
#DF960C (or 0xDF960C) is known color: Gamboge. HEX triplet: DF, 96 and 0C. RGB value is (223,150,12). Sum of RGB (Red+Green+Blue) = 223+150+12=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF960C is #2069F3. Grayscale: #9C9C9C. Windows color (decimal): -2124276 or 825055. OLE color: 825055.
HSL color Cylindrical-coordinate representation of color #DF960C: hue angle of 39.24º 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 #DF960C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.13 |
| HSL | 39.24º | 0.9% | 0.46% | - |
| HSV(B) | 39.24º | 0.95% | 0.87% | - |
| XYZ | 41.4 | 37.53 | 5.41 | - |
| YUV | 156.1 | 46.68 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 12 | 0 | 0.33 | 0.95 | 0.13 | 39.24 | 0.9 | 0.46 |
| Hex | DF | 96 | C | 0 | 21 | 5F | D | 27 | 5A | 2E |
| Octal | 337 | 226 | 14 | 0 | 41 | 137 | 15 | 47 | 132 | 56 |
| Binary | 11011111 | 10010110 | 1100 | 0 | 100001 | 1011111 | 1101 | 100111 | 1011010 | 101110 |
Color Harmonies of #DF960C
Complementary color
Monochromatic Colors of #DF960C
Black with #DF960C
Text Example
Text Example
White with #DF960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF960C; }
p { color: rgb(223,150,12); }
H1.HeaderClassName
{
color: #DF960C;
}
.AnyTagClassName
{
color: #DF960C;
}
</style>
background-color css
<style>
a { background-color: #DF960C; }
a { background-color: rgb(223,150,12); }
div.DivClassName
{
background-color: #DF960C;
}
.BgClassName
{
background-color: #DF960C;
}
</style>
border-color css
<style>
span { border-color: #DF960C; }
span { border-color: rgb(223,150,12); }
td.TdClassName
{
border-color: #DF960C;
}
.TagClassName
{
border-color: #DF960C;
}
</style>