Shades of Gamboge #DF9501
Tints of Gamboge #DF9501
RGB
CMYK
RGB Variations
Color information
#DF9501 (or 0xDF9501) is known color: Gamboge. HEX triplet: DF, 95 and 01. RGB value is (223,149,1). Sum of RGB (Red+Green+Blue) = 223+149+1=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9501 is #206AFE. Grayscale: #9A9A9A. Windows color (decimal): -2124543 or 103903. OLE color: 103903.
HSL color Cylindrical-coordinate representation of color #DF9501: hue angle of 40º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF9501 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.13 |
| HSL | 40º | 0.99% | 0.44% | - |
| HSV(B) | 40º | 1% | 0.87% | - |
| XYZ | 41.18 | 37.19 | 5.04 | - |
| YUV | 154.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 1 | 0 | 0.33 | 1.00 | 0.13 | 40 | 0.99 | 0.44 |
| Hex | DF | 95 | 1 | 0 | 21 | 64 | D | 28 | 63 | 2C |
| Octal | 337 | 225 | 1 | 0 | 41 | 144 | 15 | 50 | 143 | 54 |
| Binary | 11011111 | 10010101 | 1 | 0 | 100001 | 1100100 | 1101 | 101000 | 1100011 | 101100 |
Color Harmonies of #DF9501
Complementary color
Monochromatic Colors of #DF9501
Black with #DF9501
Text Example
Text Example
White with #DF9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9501; }
p { color: rgb(223,149,1); }
H1.HeaderClassName
{
color: #DF9501;
}
.AnyTagClassName
{
color: #DF9501;
}
</style>
background-color css
<style>
a { background-color: #DF9501; }
a { background-color: rgb(223,149,1); }
div.DivClassName
{
background-color: #DF9501;
}
.BgClassName
{
background-color: #DF9501;
}
</style>
border-color css
<style>
span { border-color: #DF9501; }
span { border-color: rgb(223,149,1); }
td.TdClassName
{
border-color: #DF9501;
}
.TagClassName
{
border-color: #DF9501;
}
</style>