Shades of Gamboge #DF9202
Tints of Gamboge #DF9202
RGB
CMYK
RGB Variations
Color information
#DF9202 (or 0xDF9202) is known color: Gamboge. HEX triplet: DF, 92 and 02. RGB value is (223,146,2). Sum of RGB (Red+Green+Blue) = 223+146+2=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9202 is #206DFD. Grayscale: #999999. Windows color (decimal): -2125310 or 168671. OLE color: 168671.
HSL color Cylindrical-coordinate representation of color #DF9202: hue angle of 39.1º 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 #DF9202 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.13 |
| HSL | 39.1º | 0.98% | 0.44% | - |
| HSV(B) | 39.1º | 0.99% | 0.87% | - |
| XYZ | 40.72 | 36.25 | 4.91 | - |
| YUV | 152.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 2 | 0 | 0.35 | 0.99 | 0.13 | 39.1 | 0.98 | 0.44 |
| Hex | DF | 92 | 2 | 0 | 23 | 63 | D | 27 | 62 | 2C |
| Octal | 337 | 222 | 2 | 0 | 43 | 143 | 15 | 47 | 142 | 54 |
| Binary | 11011111 | 10010010 | 10 | 0 | 100011 | 1100011 | 1101 | 100111 | 1100010 | 101100 |
Color Harmonies of #DF9202
Complementary color
Monochromatic Colors of #DF9202
Black with #DF9202
Text Example
Text Example
White with #DF9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9202; }
p { color: rgb(223,146,2); }
H1.HeaderClassName
{
color: #DF9202;
}
.AnyTagClassName
{
color: #DF9202;
}
</style>
background-color css
<style>
a { background-color: #DF9202; }
a { background-color: rgb(223,146,2); }
div.DivClassName
{
background-color: #DF9202;
}
.BgClassName
{
background-color: #DF9202;
}
</style>
border-color css
<style>
span { border-color: #DF9202; }
span { border-color: rgb(223,146,2); }
td.TdClassName
{
border-color: #DF9202;
}
.TagClassName
{
border-color: #DF9202;
}
</style>