Shades of Gamboge #DF9602
Tints of Gamboge #DF9602
RGB
CMYK
RGB Variations
Color information
#DF9602 (or 0xDF9602) is known color: Gamboge. HEX triplet: DF, 96 and 02. RGB value is (223,150,2). Sum of RGB (Red+Green+Blue) = 223+150+2=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9602 is #2069FD. Grayscale: #9B9B9B. Windows color (decimal): -2124286 or 169695. OLE color: 169695.
HSL color Cylindrical-coordinate representation of color #DF9602: hue angle of 40.18º 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 #DF9602 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.13 |
| HSL | 40.18º | 0.98% | 0.44% | - |
| HSV(B) | 40.18º | 0.99% | 0.87% | - |
| XYZ | 41.35 | 37.51 | 5.12 | - |
| YUV | 154.96 | 41.68 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 2 | 0 | 0.33 | 0.99 | 0.13 | 40.18 | 0.98 | 0.44 |
| Hex | DF | 96 | 2 | 0 | 21 | 63 | D | 28 | 62 | 2C |
| Octal | 337 | 226 | 2 | 0 | 41 | 143 | 15 | 50 | 142 | 54 |
| Binary | 11011111 | 10010110 | 10 | 0 | 100001 | 1100011 | 1101 | 101000 | 1100010 | 101100 |
Color Harmonies of #DF9602
Complementary color
Monochromatic Colors of #DF9602
Black with #DF9602
Text Example
Text Example
White with #DF9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9602; }
p { color: rgb(223,150,2); }
H1.HeaderClassName
{
color: #DF9602;
}
.AnyTagClassName
{
color: #DF9602;
}
</style>
background-color css
<style>
a { background-color: #DF9602; }
a { background-color: rgb(223,150,2); }
div.DivClassName
{
background-color: #DF9602;
}
.BgClassName
{
background-color: #DF9602;
}
</style>
border-color css
<style>
span { border-color: #DF9602; }
span { border-color: rgb(223,150,2); }
td.TdClassName
{
border-color: #DF9602;
}
.TagClassName
{
border-color: #DF9602;
}
</style>