Shades of Gamboge #DF9016
Tints of Gamboge #DF9016
RGB
CMYK
RGB Variations
Color information
#DF9016 (or 0xDF9016) is known color: Gamboge. HEX triplet: DF, 90 and 16. RGB value is (223,144,22). Sum of RGB (Red+Green+Blue) = 223+144+22=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9016 is #206FE9. Grayscale: #9A9A9A. Windows color (decimal): -2125802 or 1478879. OLE color: 1478879.
HSL color Cylindrical-coordinate representation of color #DF9016: hue angle of 36.42º degrees, saturation: 0.82, 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 #DF9016 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.13 |
| HSL | 36.42º | 0.82% | 0.48% | - |
| HSV(B) | 36.42º | 0.9% | 0.87% | - |
| XYZ | 40.55 | 35.69 | 5.51 | - |
| YUV | 153.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 22 | 0 | 0.35 | 0.90 | 0.13 | 36.42 | 0.82 | 0.48 |
| Hex | DF | 90 | 16 | 0 | 23 | 5A | D | 24 | 52 | 30 |
| Octal | 337 | 220 | 26 | 0 | 43 | 132 | 15 | 44 | 122 | 60 |
| Binary | 11011111 | 10010000 | 10110 | 0 | 100011 | 1011010 | 1101 | 100100 | 1010010 | 110000 |
Color Harmonies of #DF9016
Complementary color
Monochromatic Colors of #DF9016
Black with #DF9016
Text Example
Text Example
White with #DF9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9016; }
p { color: rgb(223,144,22); }
H1.HeaderClassName
{
color: #DF9016;
}
.AnyTagClassName
{
color: #DF9016;
}
</style>
background-color css
<style>
a { background-color: #DF9016; }
a { background-color: rgb(223,144,22); }
div.DivClassName
{
background-color: #DF9016;
}
.BgClassName
{
background-color: #DF9016;
}
</style>
border-color css
<style>
span { border-color: #DF9016; }
span { border-color: rgb(223,144,22); }
td.TdClassName
{
border-color: #DF9016;
}
.TagClassName
{
border-color: #DF9016;
}
</style>