Shades of Gamboge #DF8B03
Tints of Gamboge #DF8B03
RGB
CMYK
RGB Variations
Color information
#DF8B03 (or 0xDF8B03) is known color: Gamboge. HEX triplet: DF, 8B and 03. RGB value is (223,139,3). Sum of RGB (Red+Green+Blue) = 223+139+3=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8B03 is #2074FC. Grayscale: #959595. Windows color (decimal): -2127101 or 232415. OLE color: 232415.
HSL color Cylindrical-coordinate representation of color #DF8B03: hue angle of 37.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8B03 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.13 |
| HSL | 37.09º | 0.97% | 0.44% | - |
| HSV(B) | 37.09º | 0.99% | 0.87% | - |
| XYZ | 39.68 | 34.16 | 4.59 | - |
| YUV | 148.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 3 | 0 | 0.38 | 0.99 | 0.13 | 37.09 | 0.97 | 0.44 |
| Hex | DF | 8B | 3 | 0 | 26 | 63 | D | 25 | 61 | 2C |
| Octal | 337 | 213 | 3 | 0 | 46 | 143 | 15 | 45 | 141 | 54 |
| Binary | 11011111 | 10001011 | 11 | 0 | 100110 | 1100011 | 1101 | 100101 | 1100001 | 101100 |
Color Harmonies of #DF8B03
Complementary color
Monochromatic Colors of #DF8B03
Black with #DF8B03
Text Example
Text Example
White with #DF8B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B03; }
p { color: rgb(223,139,3); }
H1.HeaderClassName
{
color: #DF8B03;
}
.AnyTagClassName
{
color: #DF8B03;
}
</style>
background-color css
<style>
a { background-color: #DF8B03; }
a { background-color: rgb(223,139,3); }
div.DivClassName
{
background-color: #DF8B03;
}
.BgClassName
{
background-color: #DF8B03;
}
</style>
border-color css
<style>
span { border-color: #DF8B03; }
span { border-color: rgb(223,139,3); }
td.TdClassName
{
border-color: #DF8B03;
}
.TagClassName
{
border-color: #DF8B03;
}
</style>