Shades of Gamboge #DE9517
Tints of Gamboge #DE9517
RGB
CMYK
RGB Variations
Color information
#DE9517 (or 0xDE9517) is known color: Gamboge. HEX triplet: DE, 95 and 17. RGB value is (222,149,23). Sum of RGB (Red+Green+Blue) = 222+149+23=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9517 is #216AE8. Grayscale: #9D9D9D. Windows color (decimal): -2190057 or 1545694. OLE color: 1545694.
HSL color Cylindrical-coordinate representation of color #DE9517: hue angle of 37.99º 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 #DE9517 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.13 |
| HSL | 37.99º | 0.81% | 0.48% | - |
| HSV(B) | 37.99º | 0.9% | 0.87% | - |
| XYZ | 41.03 | 37.09 | 5.81 | - |
| YUV | 156.46 | 52.68 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 23 | 0 | 0.33 | 0.90 | 0.13 | 37.99 | 0.81 | 0.48 |
| Hex | DE | 95 | 17 | 0 | 21 | 5A | D | 26 | 51 | 30 |
| Octal | 336 | 225 | 27 | 0 | 41 | 132 | 15 | 46 | 121 | 60 |
| Binary | 11011110 | 10010101 | 10111 | 0 | 100001 | 1011010 | 1101 | 100110 | 1010001 | 110000 |
Color Harmonies of #DE9517
Complementary color
Monochromatic Colors of #DE9517
Black with #DE9517
Text Example
Text Example
White with #DE9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9517; }
p { color: rgb(222,149,23); }
H1.HeaderClassName
{
color: #DE9517;
}
.AnyTagClassName
{
color: #DE9517;
}
</style>
background-color css
<style>
a { background-color: #DE9517; }
a { background-color: rgb(222,149,23); }
div.DivClassName
{
background-color: #DE9517;
}
.BgClassName
{
background-color: #DE9517;
}
</style>
border-color css
<style>
span { border-color: #DE9517; }
span { border-color: rgb(222,149,23); }
td.TdClassName
{
border-color: #DE9517;
}
.TagClassName
{
border-color: #DE9517;
}
</style>