Shades of Gamboge #DF9A17
Tints of Gamboge #DF9A17
RGB
CMYK
RGB Variations
Color information
#DF9A17 (or 0xDF9A17) is known color: Gamboge. HEX triplet: DF, 9A and 17. RGB value is (223,154,23). Sum of RGB (Red+Green+Blue) = 223+154+23=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A17 is #2065E8. Grayscale: #A0A0A0. Windows color (decimal): -2123241 or 1546975. OLE color: 1546975.
HSL color Cylindrical-coordinate representation of color #DF9A17: hue angle of 39.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF9A17 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.13 |
| HSL | 39.3º | 0.81% | 0.48% | - |
| HSV(B) | 39.3º | 0.9% | 0.87% | - |
| XYZ | 42.14 | 38.86 | 6.09 | - |
| YUV | 159.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 23 | 0 | 0.31 | 0.90 | 0.13 | 39.3 | 0.81 | 0.48 |
| Hex | DF | 9A | 17 | 0 | 1F | 5A | D | 27 | 51 | 30 |
| Octal | 337 | 232 | 27 | 0 | 37 | 132 | 15 | 47 | 121 | 60 |
| Binary | 11011111 | 10011010 | 10111 | 0 | 11111 | 1011010 | 1101 | 100111 | 1010001 | 110000 |
Color Harmonies of #DF9A17
Complementary color
Monochromatic Colors of #DF9A17
Black with #DF9A17
Text Example
Text Example
White with #DF9A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A17; }
p { color: rgb(223,154,23); }
H1.HeaderClassName
{
color: #DF9A17;
}
.AnyTagClassName
{
color: #DF9A17;
}
</style>
background-color css
<style>
a { background-color: #DF9A17; }
a { background-color: rgb(223,154,23); }
div.DivClassName
{
background-color: #DF9A17;
}
.BgClassName
{
background-color: #DF9A17;
}
</style>
border-color css
<style>
span { border-color: #DF9A17; }
span { border-color: rgb(223,154,23); }
td.TdClassName
{
border-color: #DF9A17;
}
.TagClassName
{
border-color: #DF9A17;
}
</style>