Shades of Gamboge #DE9500
Tints of Gamboge #DE9500
RGB
CMYK
RGB Variations
Color information
#DE9500 (or 0xDE9500) is known color: Gamboge. HEX triplet: DE, 95 and 00. RGB value is (222,149,0). Sum of RGB (Red+Green+Blue) = 222+149+0=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9500 is #216AFF. Grayscale: #9A9A9A. Windows color (decimal): -2190080 or 38366. OLE color: 38366.
HSL color Cylindrical-coordinate representation of color #DE9500: hue angle of 40.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.13 |
| HSL | 40.27º | 1% | 0.44% | - |
| HSV(B) | 40.27º | 1% | 0.87% | - |
| XYZ | 40.87 | 37.02 | 4.99 | - |
| YUV | 153.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 0 | 0 | 0.33 | 1 | 0.13 | 40.27 | 1 | 0.44 |
| Hex | DE | 95 | 0 | 0 | 21 | 64 | D | 28 | 64 | 2C |
| Octal | 336 | 225 | 0 | 0 | 41 | 144 | 15 | 50 | 144 | 54 |
| Binary | 11011110 | 10010101 | 0 | 0 | 100001 | 1100100 | 1101 | 101000 | 1100100 | 101100 |
Color Harmonies of #DE9500
Complementary color
Monochromatic Colors of #DE9500
Black with #DE9500
Text Example
Text Example
White with #DE9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9500; }
p { color: rgb(222,149,0); }
H1.HeaderClassName
{
color: #DE9500;
}
.AnyTagClassName
{
color: #DE9500;
}
</style>
background-color css
<style>
a { background-color: #DE9500; }
a { background-color: rgb(222,149,0); }
div.DivClassName
{
background-color: #DE9500;
}
.BgClassName
{
background-color: #DE9500;
}
</style>
border-color css
<style>
span { border-color: #DE9500; }
span { border-color: rgb(222,149,0); }
td.TdClassName
{
border-color: #DE9500;
}
.TagClassName
{
border-color: #DE9500;
}
</style>