Shades of Gamboge #DF950D
Tints of Gamboge #DF950D
RGB
CMYK
RGB Variations
Color information
#DF950D (or 0xDF950D) is known color: Gamboge. HEX triplet: DF, 95 and 0D. RGB value is (223,149,13). Sum of RGB (Red+Green+Blue) = 223+149+13=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF950D is #206AF2. Grayscale: #9C9C9C. Windows color (decimal): -2124531 or 890335. OLE color: 890335.
HSL color Cylindrical-coordinate representation of color #DF950D: hue angle of 38.86º 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 #DF950D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.13 |
| HSL | 38.86º | 0.89% | 0.46% | - |
| HSV(B) | 38.86º | 0.94% | 0.87% | - |
| XYZ | 41.25 | 37.21 | 5.39 | - |
| YUV | 155.62 | 47.52 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 13 | 0 | 0.33 | 0.94 | 0.13 | 38.86 | 0.89 | 0.46 |
| Hex | DF | 95 | D | 0 | 21 | 5E | D | 27 | 59 | 2E |
| Octal | 337 | 225 | 15 | 0 | 41 | 136 | 15 | 47 | 131 | 56 |
| Binary | 11011111 | 10010101 | 1101 | 0 | 100001 | 1011110 | 1101 | 100111 | 1011001 | 101110 |
Color Harmonies of #DF950D
Complementary color
Monochromatic Colors of #DF950D
Black with #DF950D
Text Example
Text Example
White with #DF950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF950D; }
p { color: rgb(223,149,13); }
H1.HeaderClassName
{
color: #DF950D;
}
.AnyTagClassName
{
color: #DF950D;
}
</style>
background-color css
<style>
a { background-color: #DF950D; }
a { background-color: rgb(223,149,13); }
div.DivClassName
{
background-color: #DF950D;
}
.BgClassName
{
background-color: #DF950D;
}
</style>
border-color css
<style>
span { border-color: #DF950D; }
span { border-color: rgb(223,149,13); }
td.TdClassName
{
border-color: #DF950D;
}
.TagClassName
{
border-color: #DF950D;
}
</style>