Shades of Gamboge #DF9503
Tints of Gamboge #DF9503
RGB
CMYK
RGB Variations
Color information
#DF9503 (or 0xDF9503) is known color: Gamboge. HEX triplet: DF, 95 and 03. RGB value is (223,149,3). Sum of RGB (Red+Green+Blue) = 223+149+3=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9503 is #206AFC. Grayscale: #9B9B9B. Windows color (decimal): -2124541 or 234975. OLE color: 234975.
HSL color Cylindrical-coordinate representation of color #DF9503: hue angle of 39.82º 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 #DF9503 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.13 |
| HSL | 39.82º | 0.97% | 0.44% | - |
| HSV(B) | 39.82º | 0.99% | 0.87% | - |
| XYZ | 41.2 | 37.19 | 5.09 | - |
| YUV | 154.48 | 42.52 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 3 | 0 | 0.33 | 0.99 | 0.13 | 39.82 | 0.97 | 0.44 |
| Hex | DF | 95 | 3 | 0 | 21 | 63 | D | 28 | 61 | 2C |
| Octal | 337 | 225 | 3 | 0 | 41 | 143 | 15 | 50 | 141 | 54 |
| Binary | 11011111 | 10010101 | 11 | 0 | 100001 | 1100011 | 1101 | 101000 | 1100001 | 101100 |
Color Harmonies of #DF9503
Complementary color
Monochromatic Colors of #DF9503
Black with #DF9503
Text Example
Text Example
White with #DF9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9503; }
p { color: rgb(223,149,3); }
H1.HeaderClassName
{
color: #DF9503;
}
.AnyTagClassName
{
color: #DF9503;
}
</style>
background-color css
<style>
a { background-color: #DF9503; }
a { background-color: rgb(223,149,3); }
div.DivClassName
{
background-color: #DF9503;
}
.BgClassName
{
background-color: #DF9503;
}
</style>
border-color css
<style>
span { border-color: #DF9503; }
span { border-color: rgb(223,149,3); }
td.TdClassName
{
border-color: #DF9503;
}
.TagClassName
{
border-color: #DF9503;
}
</style>