Shades of Gamboge #DF8F13
Tints of Gamboge #DF8F13
RGB
CMYK
RGB Variations
Color information
#DF8F13 (or 0xDF8F13) is known color: Gamboge. HEX triplet: DF, 8F and 13. RGB value is (223,143,19). Sum of RGB (Red+Green+Blue) = 223+143+19=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F13 is #2070EC. Grayscale: #999999. Windows color (decimal): -2126061 or 1282015. OLE color: 1282015.
HSL color Cylindrical-coordinate representation of color #DF8F13: hue angle of 36.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8F13 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.13 |
| HSL | 36.47º | 0.84% | 0.47% | - |
| HSV(B) | 36.47º | 0.91% | 0.87% | - |
| XYZ | 40.37 | 35.38 | 5.32 | - |
| YUV | 152.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 19 | 0 | 0.36 | 0.91 | 0.13 | 36.47 | 0.84 | 0.47 |
| Hex | DF | 8F | 13 | 0 | 24 | 5B | D | 24 | 54 | 2F |
| Octal | 337 | 217 | 23 | 0 | 44 | 133 | 15 | 44 | 124 | 57 |
| Binary | 11011111 | 10001111 | 10011 | 0 | 100100 | 1011011 | 1101 | 100100 | 1010100 | 101111 |
Color Harmonies of #DF8F13
Complementary color
Monochromatic Colors of #DF8F13
Black with #DF8F13
Text Example
Text Example
White with #DF8F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F13; }
p { color: rgb(223,143,19); }
H1.HeaderClassName
{
color: #DF8F13;
}
.AnyTagClassName
{
color: #DF8F13;
}
</style>
background-color css
<style>
a { background-color: #DF8F13; }
a { background-color: rgb(223,143,19); }
div.DivClassName
{
background-color: #DF8F13;
}
.BgClassName
{
background-color: #DF8F13;
}
</style>
border-color css
<style>
span { border-color: #DF8F13; }
span { border-color: rgb(223,143,19); }
td.TdClassName
{
border-color: #DF8F13;
}
.TagClassName
{
border-color: #DF8F13;
}
</style>