Shades of Gamboge #DF9A18
Tints of Gamboge #DF9A18
RGB
CMYK
RGB Variations
Color information
#DF9A18 (or 0xDF9A18) is known color: Gamboge. HEX triplet: DF, 9A and 18. RGB value is (223,154,24). Sum of RGB (Red+Green+Blue) = 223+154+24=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A18 is #2065E7. Grayscale: #A0A0A0. Windows color (decimal): -2123240 or 1612511. OLE color: 1612511.
HSL color Cylindrical-coordinate representation of color #DF9A18: hue angle of 39.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF9A18 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 24 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.13 |
| HSL | 39.2º | 0.81% | 0.48% | - |
| HSV(B) | 39.2º | 0.89% | 0.87% | - |
| XYZ | 42.15 | 38.87 | 6.14 | - |
| YUV | 159.81 | 51.36 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 24 | 0 | 0.31 | 0.89 | 0.13 | 39.2 | 0.81 | 0.48 |
| Hex | DF | 9A | 18 | 0 | 1F | 59 | D | 27 | 51 | 30 |
| Octal | 337 | 232 | 30 | 0 | 37 | 131 | 15 | 47 | 121 | 60 |
| Binary | 11011111 | 10011010 | 11000 | 0 | 11111 | 1011001 | 1101 | 100111 | 1010001 | 110000 |
Color Harmonies of #DF9A18
Complementary color
Monochromatic Colors of #DF9A18
Black with #DF9A18
Text Example
Text Example
White with #DF9A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A18; }
p { color: rgb(223,154,24); }
H1.HeaderClassName
{
color: #DF9A18;
}
.AnyTagClassName
{
color: #DF9A18;
}
</style>
background-color css
<style>
a { background-color: #DF9A18; }
a { background-color: rgb(223,154,24); }
div.DivClassName
{
background-color: #DF9A18;
}
.BgClassName
{
background-color: #DF9A18;
}
</style>
border-color css
<style>
span { border-color: #DF9A18; }
span { border-color: rgb(223,154,24); }
td.TdClassName
{
border-color: #DF9A18;
}
.TagClassName
{
border-color: #DF9A18;
}
</style>