Shades of Gamboge #DF8511
Tints of Gamboge #DF8511
RGB
CMYK
RGB Variations
Color information
#DF8511 (or 0xDF8511) is known color: Gamboge. HEX triplet: DF, 85 and 11. RGB value is (223,133,17). Sum of RGB (Red+Green+Blue) = 223+133+17=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8511 is #207AEE. Grayscale: #939393. Windows color (decimal): -2128623 or 1148383. OLE color: 1148383.
HSL color Cylindrical-coordinate representation of color #DF8511: hue angle of 33.79º 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 #DF8511 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.13 |
| HSL | 33.79º | 0.86% | 0.47% | - |
| HSV(B) | 33.79º | 0.92% | 0.87% | - |
| XYZ | 38.92 | 32.5 | 4.75 | - |
| YUV | 146.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 17 | 0 | 0.40 | 0.92 | 0.13 | 33.79 | 0.86 | 0.47 |
| Hex | DF | 85 | 11 | 0 | 28 | 5C | D | 22 | 56 | 2F |
| Octal | 337 | 205 | 21 | 0 | 50 | 134 | 15 | 42 | 126 | 57 |
| Binary | 11011111 | 10000101 | 10001 | 0 | 101000 | 1011100 | 1101 | 100010 | 1010110 | 101111 |
Color Harmonies of #DF8511
Complementary color
Monochromatic Colors of #DF8511
Black with #DF8511
Text Example
Text Example
White with #DF8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8511; }
p { color: rgb(223,133,17); }
H1.HeaderClassName
{
color: #DF8511;
}
.AnyTagClassName
{
color: #DF8511;
}
</style>
background-color css
<style>
a { background-color: #DF8511; }
a { background-color: rgb(223,133,17); }
div.DivClassName
{
background-color: #DF8511;
}
.BgClassName
{
background-color: #DF8511;
}
</style>
border-color css
<style>
span { border-color: #DF8511; }
span { border-color: rgb(223,133,17); }
td.TdClassName
{
border-color: #DF8511;
}
.TagClassName
{
border-color: #DF8511;
}
</style>