Shades of Gamboge #DF950E
Tints of Gamboge #DF950E
RGB
CMYK
RGB Variations
Color information
#DF950E (or 0xDF950E) is known color: Gamboge. HEX triplet: DF, 95 and 0E. RGB value is (223,149,14). Sum of RGB (Red+Green+Blue) = 223+149+14=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF950E is #206AF1. Grayscale: #9C9C9C. Windows color (decimal): -2124530 or 955871. OLE color: 955871.
HSL color Cylindrical-coordinate representation of color #DF950E: hue angle of 38.76º 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 #DF950E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.13 |
| HSL | 38.76º | 0.88% | 0.46% | - |
| HSV(B) | 38.76º | 0.94% | 0.87% | - |
| XYZ | 41.26 | 37.21 | 5.42 | - |
| YUV | 155.74 | 48.02 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 14 | 0 | 0.33 | 0.94 | 0.13 | 38.76 | 0.88 | 0.46 |
| Hex | DF | 95 | E | 0 | 21 | 5E | D | 27 | 58 | 2E |
| Octal | 337 | 225 | 16 | 0 | 41 | 136 | 15 | 47 | 130 | 56 |
| Binary | 11011111 | 10010101 | 1110 | 0 | 100001 | 1011110 | 1101 | 100111 | 1011000 | 101110 |
Color Harmonies of #DF950E
Complementary color
Monochromatic Colors of #DF950E
Black with #DF950E
Text Example
Text Example
White with #DF950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF950E; }
p { color: rgb(223,149,14); }
H1.HeaderClassName
{
color: #DF950E;
}
.AnyTagClassName
{
color: #DF950E;
}
</style>
background-color css
<style>
a { background-color: #DF950E; }
a { background-color: rgb(223,149,14); }
div.DivClassName
{
background-color: #DF950E;
}
.BgClassName
{
background-color: #DF950E;
}
</style>
border-color css
<style>
span { border-color: #DF950E; }
span { border-color: rgb(223,149,14); }
td.TdClassName
{
border-color: #DF950E;
}
.TagClassName
{
border-color: #DF950E;
}
</style>