Shades of Gamboge #DF9209
Tints of Gamboge #DF9209
RGB
CMYK
RGB Variations
Color information
#DF9209 (or 0xDF9209) is known color: Gamboge. HEX triplet: DF, 92 and 09. RGB value is (223,146,9). Sum of RGB (Red+Green+Blue) = 223+146+9=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9209 is #206DF6. Grayscale: #9A9A9A. Windows color (decimal): -2125303 or 627423. OLE color: 627423.
HSL color Cylindrical-coordinate representation of color #DF9209: hue angle of 38.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9209 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.13 |
| HSL | 38.41º | 0.92% | 0.45% | - |
| HSV(B) | 38.41º | 0.96% | 0.87% | - |
| XYZ | 40.76 | 36.27 | 5.11 | - |
| YUV | 153.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 9 | 0 | 0.35 | 0.96 | 0.13 | 38.41 | 0.92 | 0.45 |
| Hex | DF | 92 | 9 | 0 | 23 | 60 | D | 26 | 5C | 2D |
| Octal | 337 | 222 | 11 | 0 | 43 | 140 | 15 | 46 | 134 | 55 |
| Binary | 11011111 | 10010010 | 1001 | 0 | 100011 | 1100000 | 1101 | 100110 | 1011100 | 101101 |
Color Harmonies of #DF9209
Complementary color
Monochromatic Colors of #DF9209
Black with #DF9209
Text Example
Text Example
White with #DF9209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9209; }
p { color: rgb(223,146,9); }
H1.HeaderClassName
{
color: #DF9209;
}
.AnyTagClassName
{
color: #DF9209;
}
</style>
background-color css
<style>
a { background-color: #DF9209; }
a { background-color: rgb(223,146,9); }
div.DivClassName
{
background-color: #DF9209;
}
.BgClassName
{
background-color: #DF9209;
}
</style>
border-color css
<style>
span { border-color: #DF9209; }
span { border-color: rgb(223,146,9); }
td.TdClassName
{
border-color: #DF9209;
}
.TagClassName
{
border-color: #DF9209;
}
</style>