Shades of Gamboge #DF8910
Tints of Gamboge #DF8910
RGB
CMYK
RGB Variations
Color information
#DF8910 (or 0xDF8910) is known color: Gamboge. HEX triplet: DF, 89 and 10. RGB value is (223,137,16). Sum of RGB (Red+Green+Blue) = 223+137+16=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8910 is #2076EF. Grayscale: #959595. Windows color (decimal): -2127600 or 1083871. OLE color: 1083871.
HSL color Cylindrical-coordinate representation of color #DF8910: hue angle of 35.07º 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 #DF8910 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.13 |
| HSL | 35.07º | 0.87% | 0.47% | - |
| HSV(B) | 35.07º | 0.93% | 0.87% | - |
| XYZ | 39.47 | 33.62 | 4.9 | - |
| YUV | 148.92 | 52.99 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 16 | 0 | 0.39 | 0.93 | 0.13 | 35.07 | 0.87 | 0.47 |
| Hex | DF | 89 | 10 | 0 | 27 | 5D | D | 23 | 57 | 2F |
| Octal | 337 | 211 | 20 | 0 | 47 | 135 | 15 | 43 | 127 | 57 |
| Binary | 11011111 | 10001001 | 10000 | 0 | 100111 | 1011101 | 1101 | 100011 | 1010111 | 101111 |
Color Harmonies of #DF8910
Complementary color
Monochromatic Colors of #DF8910
Black with #DF8910
Text Example
Text Example
White with #DF8910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8910; }
p { color: rgb(223,137,16); }
H1.HeaderClassName
{
color: #DF8910;
}
.AnyTagClassName
{
color: #DF8910;
}
</style>
background-color css
<style>
a { background-color: #DF8910; }
a { background-color: rgb(223,137,16); }
div.DivClassName
{
background-color: #DF8910;
}
.BgClassName
{
background-color: #DF8910;
}
</style>
border-color css
<style>
span { border-color: #DF8910; }
span { border-color: rgb(223,137,16); }
td.TdClassName
{
border-color: #DF8910;
}
.TagClassName
{
border-color: #DF8910;
}
</style>