Shades of Gamboge #DF9811
Tints of Gamboge #DF9811
RGB
CMYK
RGB Variations
Color information
#DF9811 (or 0xDF9811) is known color: Gamboge. HEX triplet: DF, 98 and 11. RGB value is (223,152,17). Sum of RGB (Red+Green+Blue) = 223+152+17=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9811 is #2067EE. Grayscale: #9E9E9E. Windows color (decimal): -2123759 or 1153247. OLE color: 1153247.
HSL color Cylindrical-coordinate representation of color #DF9811: hue angle of 39.32º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF9811 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.13 |
| HSL | 39.32º | 0.86% | 0.47% | - |
| HSV(B) | 39.32º | 0.92% | 0.87% | - |
| XYZ | 41.76 | 38.18 | 5.7 | - |
| YUV | 157.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 17 | 0 | 0.32 | 0.92 | 0.13 | 39.32 | 0.86 | 0.47 |
| Hex | DF | 98 | 11 | 0 | 20 | 5C | D | 27 | 56 | 2F |
| Octal | 337 | 230 | 21 | 0 | 40 | 134 | 15 | 47 | 126 | 57 |
| Binary | 11011111 | 10011000 | 10001 | 0 | 100000 | 1011100 | 1101 | 100111 | 1010110 | 101111 |
Color Harmonies of #DF9811
Complementary color
Monochromatic Colors of #DF9811
Black with #DF9811
Text Example
Text Example
White with #DF9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9811; }
p { color: rgb(223,152,17); }
H1.HeaderClassName
{
color: #DF9811;
}
.AnyTagClassName
{
color: #DF9811;
}
</style>
background-color css
<style>
a { background-color: #DF9811; }
a { background-color: rgb(223,152,17); }
div.DivClassName
{
background-color: #DF9811;
}
.BgClassName
{
background-color: #DF9811;
}
</style>
border-color css
<style>
span { border-color: #DF9811; }
span { border-color: rgb(223,152,17); }
td.TdClassName
{
border-color: #DF9811;
}
.TagClassName
{
border-color: #DF9811;
}
</style>