Shades of Gamboge #DF8F0A
Tints of Gamboge #DF8F0A
RGB
CMYK
RGB Variations
Color information
#DF8F0A (or 0xDF8F0A) is known color: Gamboge. HEX triplet: DF, 8F and 0A. RGB value is (223,143,10). Sum of RGB (Red+Green+Blue) = 223+143+10=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F0A is #2070F5. Grayscale: #989898. Windows color (decimal): -2126070 or 692191. OLE color: 692191.
HSL color Cylindrical-coordinate representation of color #DF8F0A: hue angle of 37.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8F0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.13 |
| HSL | 37.46º | 0.91% | 0.46% | - |
| HSV(B) | 37.46º | 0.96% | 0.87% | - |
| XYZ | 40.31 | 35.35 | 4.99 | - |
| YUV | 151.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 10 | 0 | 0.36 | 0.96 | 0.13 | 37.46 | 0.91 | 0.46 |
| Hex | DF | 8F | A | 0 | 24 | 60 | D | 25 | 5B | 2E |
| Octal | 337 | 217 | 12 | 0 | 44 | 140 | 15 | 45 | 133 | 56 |
| Binary | 11011111 | 10001111 | 1010 | 0 | 100100 | 1100000 | 1101 | 100101 | 1011011 | 101110 |
Color Harmonies of #DF8F0A
Complementary color
Monochromatic Colors of #DF8F0A
Black with #DF8F0A
Text Example
Text Example
White with #DF8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F0A; }
p { color: rgb(223,143,10); }
H1.HeaderClassName
{
color: #DF8F0A;
}
.AnyTagClassName
{
color: #DF8F0A;
}
</style>
background-color css
<style>
a { background-color: #DF8F0A; }
a { background-color: rgb(223,143,10); }
div.DivClassName
{
background-color: #DF8F0A;
}
.BgClassName
{
background-color: #DF8F0A;
}
</style>
border-color css
<style>
span { border-color: #DF8F0A; }
span { border-color: rgb(223,143,10); }
td.TdClassName
{
border-color: #DF8F0A;
}
.TagClassName
{
border-color: #DF8F0A;
}
</style>