Shades of Gamboge #DF9A03
Tints of Gamboge #DF9A03
RGB
CMYK
RGB Variations
Color information
#DF9A03 (or 0xDF9A03) is known color: Gamboge. HEX triplet: DF, 9A and 03. RGB value is (223,154,3). Sum of RGB (Red+Green+Blue) = 223+154+3=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A03 is #2065FC. Grayscale: #9E9E9E. Windows color (decimal): -2123261 or 236255. OLE color: 236255.
HSL color Cylindrical-coordinate representation of color #DF9A03: hue angle of 41.18º 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 #DF9A03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.13 |
| HSL | 41.18º | 0.97% | 0.44% | - |
| HSV(B) | 41.18º | 0.99% | 0.87% | - |
| XYZ | 42 | 38.81 | 5.36 | - |
| YUV | 157.42 | 40.86 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 3 | 0 | 0.31 | 0.99 | 0.13 | 41.18 | 0.97 | 0.44 |
| Hex | DF | 9A | 3 | 0 | 1F | 63 | D | 29 | 61 | 2C |
| Octal | 337 | 232 | 3 | 0 | 37 | 143 | 15 | 51 | 141 | 54 |
| Binary | 11011111 | 10011010 | 11 | 0 | 11111 | 1100011 | 1101 | 101001 | 1100001 | 101100 |
Color Harmonies of #DF9A03
Complementary color
Monochromatic Colors of #DF9A03
Black with #DF9A03
Text Example
Text Example
White with #DF9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A03; }
p { color: rgb(223,154,3); }
H1.HeaderClassName
{
color: #DF9A03;
}
.AnyTagClassName
{
color: #DF9A03;
}
</style>
background-color css
<style>
a { background-color: #DF9A03; }
a { background-color: rgb(223,154,3); }
div.DivClassName
{
background-color: #DF9A03;
}
.BgClassName
{
background-color: #DF9A03;
}
</style>
border-color css
<style>
span { border-color: #DF9A03; }
span { border-color: rgb(223,154,3); }
td.TdClassName
{
border-color: #DF9A03;
}
.TagClassName
{
border-color: #DF9A03;
}
</style>