Shades of Gamboge #DF9C11
Tints of Gamboge #DF9C11
RGB
CMYK
RGB Variations
Color information
#DF9C11 (or 0xDF9C11) is known color: Gamboge. HEX triplet: DF, 9C and 11. RGB value is (223,156,17). Sum of RGB (Red+Green+Blue) = 223+156+17=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9C11 is #2063EE. Grayscale: #A0A0A0. Windows color (decimal): -2122735 or 1154271. OLE color: 1154271.
HSL color Cylindrical-coordinate representation of color #DF9C11: hue angle of 40.49º 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 #DF9C11 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 17 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.13 |
| HSL | 40.49º | 0.86% | 0.47% | - |
| HSV(B) | 40.49º | 0.92% | 0.87% | - |
| XYZ | 42.42 | 39.51 | 5.92 | - |
| YUV | 160.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 17 | 0 | 0.30 | 0.92 | 0.13 | 40.49 | 0.86 | 0.47 |
| Hex | DF | 9C | 11 | 0 | 1E | 5C | D | 28 | 56 | 2F |
| Octal | 337 | 234 | 21 | 0 | 36 | 134 | 15 | 50 | 126 | 57 |
| Binary | 11011111 | 10011100 | 10001 | 0 | 11110 | 1011100 | 1101 | 101000 | 1010110 | 101111 |
Color Harmonies of #DF9C11
Complementary color
Monochromatic Colors of #DF9C11
Black with #DF9C11
Text Example
Text Example
White with #DF9C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C11; }
p { color: rgb(223,156,17); }
H1.HeaderClassName
{
color: #DF9C11;
}
.AnyTagClassName
{
color: #DF9C11;
}
</style>
background-color css
<style>
a { background-color: #DF9C11; }
a { background-color: rgb(223,156,17); }
div.DivClassName
{
background-color: #DF9C11;
}
.BgClassName
{
background-color: #DF9C11;
}
</style>
border-color css
<style>
span { border-color: #DF9C11; }
span { border-color: rgb(223,156,17); }
td.TdClassName
{
border-color: #DF9C11;
}
.TagClassName
{
border-color: #DF9C11;
}
</style>