Shades of Gamboge #DF8510
Tints of Gamboge #DF8510
RGB
CMYK
RGB Variations
Color information
#DF8510 (or 0xDF8510) is known color: Gamboge. HEX triplet: DF, 85 and 10. RGB value is (223,133,16). Sum of RGB (Red+Green+Blue) = 223+133+16=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8510 is #207AEF. Grayscale: #939393. Windows color (decimal): -2128624 or 1082847. OLE color: 1082847.
HSL color Cylindrical-coordinate representation of color #DF8510: hue angle of 33.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8510 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.13 |
| HSL | 33.91º | 0.87% | 0.47% | - |
| HSV(B) | 33.91º | 0.93% | 0.87% | - |
| XYZ | 38.91 | 32.5 | 4.71 | - |
| YUV | 146.57 | 54.32 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 16 | 0 | 0.40 | 0.93 | 0.13 | 33.91 | 0.87 | 0.47 |
| Hex | DF | 85 | 10 | 0 | 28 | 5D | D | 22 | 57 | 2F |
| Octal | 337 | 205 | 20 | 0 | 50 | 135 | 15 | 42 | 127 | 57 |
| Binary | 11011111 | 10000101 | 10000 | 0 | 101000 | 1011101 | 1101 | 100010 | 1010111 | 101111 |
Color Harmonies of #DF8510
Complementary color
Monochromatic Colors of #DF8510
Black with #DF8510
Text Example
Text Example
White with #DF8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8510; }
p { color: rgb(223,133,16); }
H1.HeaderClassName
{
color: #DF8510;
}
.AnyTagClassName
{
color: #DF8510;
}
</style>
background-color css
<style>
a { background-color: #DF8510; }
a { background-color: rgb(223,133,16); }
div.DivClassName
{
background-color: #DF8510;
}
.BgClassName
{
background-color: #DF8510;
}
</style>
border-color css
<style>
span { border-color: #DF8510; }
span { border-color: rgb(223,133,16); }
td.TdClassName
{
border-color: #DF8510;
}
.TagClassName
{
border-color: #DF8510;
}
</style>