Shades of Gamboge #DF8B07
Tints of Gamboge #DF8B07
RGB
CMYK
RGB Variations
Color information
#DF8B07 (or 0xDF8B07) is known color: Gamboge. HEX triplet: DF, 8B and 07. RGB value is (223,139,7). Sum of RGB (Red+Green+Blue) = 223+139+7=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8B07 is #2074F8. Grayscale: #959595. Windows color (decimal): -2127097 or 494559. OLE color: 494559.
HSL color Cylindrical-coordinate representation of color #DF8B07: hue angle of 36.67º 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 #DF8B07 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 7 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.13 |
| HSL | 36.67º | 0.94% | 0.45% | - |
| HSV(B) | 36.67º | 0.97% | 0.87% | - |
| XYZ | 39.7 | 34.17 | 4.7 | - |
| YUV | 149.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 7 | 0 | 0.38 | 0.97 | 0.13 | 36.67 | 0.94 | 0.45 |
| Hex | DF | 8B | 7 | 0 | 26 | 61 | D | 25 | 5E | 2D |
| Octal | 337 | 213 | 7 | 0 | 46 | 141 | 15 | 45 | 136 | 55 |
| Binary | 11011111 | 10001011 | 111 | 0 | 100110 | 1100001 | 1101 | 100101 | 1011110 | 101101 |
Color Harmonies of #DF8B07
Complementary color
Monochromatic Colors of #DF8B07
Black with #DF8B07
Text Example
Text Example
White with #DF8B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B07; }
p { color: rgb(223,139,7); }
H1.HeaderClassName
{
color: #DF8B07;
}
.AnyTagClassName
{
color: #DF8B07;
}
</style>
background-color css
<style>
a { background-color: #DF8B07; }
a { background-color: rgb(223,139,7); }
div.DivClassName
{
background-color: #DF8B07;
}
.BgClassName
{
background-color: #DF8B07;
}
</style>
border-color css
<style>
span { border-color: #DF8B07; }
span { border-color: rgb(223,139,7); }
td.TdClassName
{
border-color: #DF8B07;
}
.TagClassName
{
border-color: #DF8B07;
}
</style>