Shades of Gamboge #DF9B17
Tints of Gamboge #DF9B17
RGB
CMYK
RGB Variations
Color information
#DF9B17 (or 0xDF9B17) is known color: Gamboge. HEX triplet: DF, 9B and 17. RGB value is (223,155,23). Sum of RGB (Red+Green+Blue) = 223+155+23=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9B17 is #2064E8. Grayscale: #A0A0A0. Windows color (decimal): -2122985 or 1547231. OLE color: 1547231.
HSL color Cylindrical-coordinate representation of color #DF9B17: hue angle of 39.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF9B17 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.13 |
| HSL | 39.6º | 0.81% | 0.48% | - |
| HSV(B) | 39.6º | 0.9% | 0.87% | - |
| XYZ | 42.31 | 39.19 | 6.15 | - |
| YUV | 160.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 23 | 0 | 0.30 | 0.90 | 0.13 | 39.6 | 0.81 | 0.48 |
| Hex | DF | 9B | 17 | 0 | 1E | 5A | D | 28 | 51 | 30 |
| Octal | 337 | 233 | 27 | 0 | 36 | 132 | 15 | 50 | 121 | 60 |
| Binary | 11011111 | 10011011 | 10111 | 0 | 11110 | 1011010 | 1101 | 101000 | 1010001 | 110000 |
Color Harmonies of #DF9B17
Complementary color
Monochromatic Colors of #DF9B17
Black with #DF9B17
Text Example
Text Example
White with #DF9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B17; }
p { color: rgb(223,155,23); }
H1.HeaderClassName
{
color: #DF9B17;
}
.AnyTagClassName
{
color: #DF9B17;
}
</style>
background-color css
<style>
a { background-color: #DF9B17; }
a { background-color: rgb(223,155,23); }
div.DivClassName
{
background-color: #DF9B17;
}
.BgClassName
{
background-color: #DF9B17;
}
</style>
border-color css
<style>
span { border-color: #DF9B17; }
span { border-color: rgb(223,155,23); }
td.TdClassName
{
border-color: #DF9B17;
}
.TagClassName
{
border-color: #DF9B17;
}
</style>