Shades of Gamboge #DF9302
Tints of Gamboge #DF9302
RGB
CMYK
RGB Variations
Color information
#DF9302 (or 0xDF9302) is known color: Gamboge. HEX triplet: DF, 93 and 02. RGB value is (223,147,2). Sum of RGB (Red+Green+Blue) = 223+147+2=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9302 is #206CFD. Grayscale: #999999. Windows color (decimal): -2125054 or 168927. OLE color: 168927.
HSL color Cylindrical-coordinate representation of color #DF9302: hue angle of 39.37º degrees, saturation: 0.98, 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 #DF9302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.13 |
| HSL | 39.37º | 0.98% | 0.44% | - |
| HSV(B) | 39.37º | 0.99% | 0.87% | - |
| XYZ | 40.88 | 36.56 | 4.96 | - |
| YUV | 153.19 | 42.68 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 2 | 0 | 0.34 | 0.99 | 0.13 | 39.37 | 0.98 | 0.44 |
| Hex | DF | 93 | 2 | 0 | 22 | 63 | D | 27 | 62 | 2C |
| Octal | 337 | 223 | 2 | 0 | 42 | 143 | 15 | 47 | 142 | 54 |
| Binary | 11011111 | 10010011 | 10 | 0 | 100010 | 1100011 | 1101 | 100111 | 1100010 | 101100 |
Color Harmonies of #DF9302
Complementary color
Monochromatic Colors of #DF9302
Black with #DF9302
Text Example
Text Example
White with #DF9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9302; }
p { color: rgb(223,147,2); }
H1.HeaderClassName
{
color: #DF9302;
}
.AnyTagClassName
{
color: #DF9302;
}
</style>
background-color css
<style>
a { background-color: #DF9302; }
a { background-color: rgb(223,147,2); }
div.DivClassName
{
background-color: #DF9302;
}
.BgClassName
{
background-color: #DF9302;
}
</style>
border-color css
<style>
span { border-color: #DF9302; }
span { border-color: rgb(223,147,2); }
td.TdClassName
{
border-color: #DF9302;
}
.TagClassName
{
border-color: #DF9302;
}
</style>