Shades of Gamboge #DF9303
Tints of Gamboge #DF9303
RGB
CMYK
RGB Variations
Color information
#DF9303 (or 0xDF9303) is known color: Gamboge. HEX triplet: DF, 93 and 03. RGB value is (223,147,3). Sum of RGB (Red+Green+Blue) = 223+147+3=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9303 is #206CFC. Grayscale: #999999. Windows color (decimal): -2125053 or 234463. OLE color: 234463.
HSL color Cylindrical-coordinate representation of color #DF9303: hue angle of 39.27º 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 #DF9303 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.13 |
| HSL | 39.27º | 0.97% | 0.44% | - |
| HSV(B) | 39.27º | 0.99% | 0.87% | - |
| XYZ | 40.88 | 36.56 | 4.99 | - |
| YUV | 153.31 | 43.18 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 3 | 0 | 0.34 | 0.99 | 0.13 | 39.27 | 0.97 | 0.44 |
| Hex | DF | 93 | 3 | 0 | 22 | 63 | D | 27 | 61 | 2C |
| Octal | 337 | 223 | 3 | 0 | 42 | 143 | 15 | 47 | 141 | 54 |
| Binary | 11011111 | 10010011 | 11 | 0 | 100010 | 1100011 | 1101 | 100111 | 1100001 | 101100 |
Color Harmonies of #DF9303
Complementary color
Monochromatic Colors of #DF9303
Black with #DF9303
Text Example
Text Example
White with #DF9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9303; }
p { color: rgb(223,147,3); }
H1.HeaderClassName
{
color: #DF9303;
}
.AnyTagClassName
{
color: #DF9303;
}
</style>
background-color css
<style>
a { background-color: #DF9303; }
a { background-color: rgb(223,147,3); }
div.DivClassName
{
background-color: #DF9303;
}
.BgClassName
{
background-color: #DF9303;
}
</style>
border-color css
<style>
span { border-color: #DF9303; }
span { border-color: rgb(223,147,3); }
td.TdClassName
{
border-color: #DF9303;
}
.TagClassName
{
border-color: #DF9303;
}
</style>