Shades of Gamboge #DE9519
Tints of Gamboge #DE9519
RGB
CMYK
RGB Variations
Color information
#DE9519 (or 0xDE9519) is known color: Gamboge. HEX triplet: DE, 95 and 19. RGB value is (222,149,25). Sum of RGB (Red+Green+Blue) = 222+149+25=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9519 is #216AE6. Grayscale: #9D9D9D. Windows color (decimal): -2190055 or 1676766. OLE color: 1676766.
HSL color Cylindrical-coordinate representation of color #DE9519: hue angle of 37.77º degrees, saturation: 0.8, 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 #DE9519 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.13 |
| HSL | 37.77º | 0.8% | 0.48% | - |
| HSV(B) | 37.77º | 0.89% | 0.87% | - |
| XYZ | 41.05 | 37.09 | 5.92 | - |
| YUV | 156.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 25 | 0 | 0.33 | 0.89 | 0.13 | 37.77 | 0.8 | 0.48 |
| Hex | DE | 95 | 19 | 0 | 21 | 59 | D | 26 | 50 | 30 |
| Octal | 336 | 225 | 31 | 0 | 41 | 131 | 15 | 46 | 120 | 60 |
| Binary | 11011110 | 10010101 | 11001 | 0 | 100001 | 1011001 | 1101 | 100110 | 1010000 | 110000 |
Color Harmonies of #DE9519
Complementary color
Monochromatic Colors of #DE9519
Black with #DE9519
Text Example
Text Example
White with #DE9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9519; }
p { color: rgb(222,149,25); }
H1.HeaderClassName
{
color: #DE9519;
}
.AnyTagClassName
{
color: #DE9519;
}
</style>
background-color css
<style>
a { background-color: #DE9519; }
a { background-color: rgb(222,149,25); }
div.DivClassName
{
background-color: #DE9519;
}
.BgClassName
{
background-color: #DE9519;
}
</style>
border-color css
<style>
span { border-color: #DE9519; }
span { border-color: rgb(222,149,25); }
td.TdClassName
{
border-color: #DE9519;
}
.TagClassName
{
border-color: #DE9519;
}
</style>