Shades of Gamboge #DF850F
Tints of Gamboge #DF850F
RGB
CMYK
RGB Variations
Color information
#DF850F (or 0xDF850F) is known color: Gamboge. HEX triplet: DF, 85 and 0F. RGB value is (223,133,15). Sum of RGB (Red+Green+Blue) = 223+133+15=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF850F is #207AF0. Grayscale: #939393. Windows color (decimal): -2128625 or 1017311. OLE color: 1017311.
HSL color Cylindrical-coordinate representation of color #DF850F: hue angle of 34.04º 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 #DF850F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.13 |
| HSL | 34.04º | 0.87% | 0.47% | - |
| HSV(B) | 34.04º | 0.93% | 0.87% | - |
| XYZ | 38.91 | 32.5 | 4.67 | - |
| YUV | 146.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 15 | 0 | 0.40 | 0.93 | 0.13 | 34.04 | 0.87 | 0.47 |
| Hex | DF | 85 | F | 0 | 28 | 5D | D | 22 | 57 | 2F |
| Octal | 337 | 205 | 17 | 0 | 50 | 135 | 15 | 42 | 127 | 57 |
| Binary | 11011111 | 10000101 | 1111 | 0 | 101000 | 1011101 | 1101 | 100010 | 1010111 | 101111 |
Color Harmonies of #DF850F
Complementary color
Monochromatic Colors of #DF850F
Black with #DF850F
Text Example
Text Example
White with #DF850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF850F; }
p { color: rgb(223,133,15); }
H1.HeaderClassName
{
color: #DF850F;
}
.AnyTagClassName
{
color: #DF850F;
}
</style>
background-color css
<style>
a { background-color: #DF850F; }
a { background-color: rgb(223,133,15); }
div.DivClassName
{
background-color: #DF850F;
}
.BgClassName
{
background-color: #DF850F;
}
</style>
border-color css
<style>
span { border-color: #DF850F; }
span { border-color: rgb(223,133,15); }
td.TdClassName
{
border-color: #DF850F;
}
.TagClassName
{
border-color: #DF850F;
}
</style>