Shades of Gamboge #DF8F07
Tints of Gamboge #DF8F07
RGB
CMYK
RGB Variations
Color information
#DF8F07 (or 0xDF8F07) is known color: Gamboge. HEX triplet: DF, 8F and 07. RGB value is (223,143,7). Sum of RGB (Red+Green+Blue) = 223+143+7=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F07 is #2070F8. Grayscale: #989898. Windows color (decimal): -2126073 or 495583. OLE color: 495583.
HSL color Cylindrical-coordinate representation of color #DF8F07: hue angle of 37.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF8F07 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.13 |
| HSL | 37.78º | 0.94% | 0.45% | - |
| HSV(B) | 37.78º | 0.97% | 0.87% | - |
| XYZ | 40.29 | 35.35 | 4.9 | - |
| YUV | 151.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 7 | 0 | 0.36 | 0.97 | 0.13 | 37.78 | 0.94 | 0.45 |
| Hex | DF | 8F | 7 | 0 | 24 | 61 | D | 26 | 5E | 2D |
| Octal | 337 | 217 | 7 | 0 | 44 | 141 | 15 | 46 | 136 | 55 |
| Binary | 11011111 | 10001111 | 111 | 0 | 100100 | 1100001 | 1101 | 100110 | 1011110 | 101101 |
Color Harmonies of #DF8F07
Complementary color
Monochromatic Colors of #DF8F07
Black with #DF8F07
Text Example
Text Example
White with #DF8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F07; }
p { color: rgb(223,143,7); }
H1.HeaderClassName
{
color: #DF8F07;
}
.AnyTagClassName
{
color: #DF8F07;
}
</style>
background-color css
<style>
a { background-color: #DF8F07; }
a { background-color: rgb(223,143,7); }
div.DivClassName
{
background-color: #DF8F07;
}
.BgClassName
{
background-color: #DF8F07;
}
</style>
border-color css
<style>
span { border-color: #DF8F07; }
span { border-color: rgb(223,143,7); }
td.TdClassName
{
border-color: #DF8F07;
}
.TagClassName
{
border-color: #DF8F07;
}
</style>