Shades of Gamboge #DE8D16
Tints of Gamboge #DE8D16
RGB
CMYK
RGB Variations
Color information
#DE8D16 (or 0xDE8D16) is known color: Gamboge. HEX triplet: DE, 8D and 16. RGB value is (222,141,22). Sum of RGB (Red+Green+Blue) = 222+141+22=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8D16 is #2172E9. Grayscale: #989898. Windows color (decimal): -2192106 or 1478110. OLE color: 1478110.
HSL color Cylindrical-coordinate representation of color #DE8D16: hue angle of 35.7º 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 #DE8D16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.13 |
| HSL | 35.7º | 0.82% | 0.48% | - |
| HSV(B) | 35.7º | 0.9% | 0.87% | - |
| XYZ | 39.79 | 34.64 | 5.35 | - |
| YUV | 151.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 22 | 0 | 0.36 | 0.90 | 0.13 | 35.7 | 0.82 | 0.48 |
| Hex | DE | 8D | 16 | 0 | 24 | 5A | D | 24 | 52 | 30 |
| Octal | 336 | 215 | 26 | 0 | 44 | 132 | 15 | 44 | 122 | 60 |
| Binary | 11011110 | 10001101 | 10110 | 0 | 100100 | 1011010 | 1101 | 100100 | 1010010 | 110000 |
Color Harmonies of #DE8D16
Complementary color
Monochromatic Colors of #DE8D16
Black with #DE8D16
Text Example
Text Example
White with #DE8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D16; }
p { color: rgb(222,141,22); }
H1.HeaderClassName
{
color: #DE8D16;
}
.AnyTagClassName
{
color: #DE8D16;
}
</style>
background-color css
<style>
a { background-color: #DE8D16; }
a { background-color: rgb(222,141,22); }
div.DivClassName
{
background-color: #DE8D16;
}
.BgClassName
{
background-color: #DE8D16;
}
</style>
border-color css
<style>
span { border-color: #DE8D16; }
span { border-color: rgb(222,141,22); }
td.TdClassName
{
border-color: #DE8D16;
}
.TagClassName
{
border-color: #DE8D16;
}
</style>