Shades of Gamboge #DF8F16
Tints of Gamboge #DF8F16
RGB
CMYK
RGB Variations
Color information
#DF8F16 (or 0xDF8F16) is known color: Gamboge. HEX triplet: DF, 8F and 16. RGB value is (223,143,22). Sum of RGB (Red+Green+Blue) = 223+143+22=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F16 is #2070E9. Grayscale: #999999. Windows color (decimal): -2126058 or 1478623. OLE color: 1478623.
HSL color Cylindrical-coordinate representation of color #DF8F16: hue angle of 36.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF8F16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.13 |
| HSL | 36.12º | 0.82% | 0.48% | - |
| HSV(B) | 36.12º | 0.9% | 0.87% | - |
| XYZ | 40.4 | 35.39 | 5.46 | - |
| YUV | 153.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 22 | 0 | 0.36 | 0.90 | 0.13 | 36.12 | 0.82 | 0.48 |
| Hex | DF | 8F | 16 | 0 | 24 | 5A | D | 24 | 52 | 30 |
| Octal | 337 | 217 | 26 | 0 | 44 | 132 | 15 | 44 | 122 | 60 |
| Binary | 11011111 | 10001111 | 10110 | 0 | 100100 | 1011010 | 1101 | 100100 | 1010010 | 110000 |
Color Harmonies of #DF8F16
Complementary color
Monochromatic Colors of #DF8F16
Black with #DF8F16
Text Example
Text Example
White with #DF8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F16; }
p { color: rgb(223,143,22); }
H1.HeaderClassName
{
color: #DF8F16;
}
.AnyTagClassName
{
color: #DF8F16;
}
</style>
background-color css
<style>
a { background-color: #DF8F16; }
a { background-color: rgb(223,143,22); }
div.DivClassName
{
background-color: #DF8F16;
}
.BgClassName
{
background-color: #DF8F16;
}
</style>
border-color css
<style>
span { border-color: #DF8F16; }
span { border-color: rgb(223,143,22); }
td.TdClassName
{
border-color: #DF8F16;
}
.TagClassName
{
border-color: #DF8F16;
}
</style>