Shades of Gamboge #DE9000
Tints of Gamboge #DE9000
RGB
CMYK
RGB Variations
Color information
#DE9000 (or 0xDE9000) is known color: Gamboge. HEX triplet: DE, 90 and 00. RGB value is (222,144,0). Sum of RGB (Red+Green+Blue) = 222+144+0=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9000 is #216FFF. Grayscale: #979797. Windows color (decimal): -2191360 or 37086. OLE color: 37086.
HSL color Cylindrical-coordinate representation of color #DE9000: hue angle of 38.92º 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 #DE9000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.13 |
| HSL | 38.92º | 1% | 0.44% | - |
| HSV(B) | 38.92º | 1% | 0.87% | - |
| XYZ | 40.1 | 35.48 | 4.73 | - |
| YUV | 150.91 | 42.84 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 0 | 0 | 0.35 | 1 | 0.13 | 38.92 | 1 | 0.44 |
| Hex | DE | 90 | 0 | 0 | 23 | 64 | D | 27 | 64 | 2C |
| Octal | 336 | 220 | 0 | 0 | 43 | 144 | 15 | 47 | 144 | 54 |
| Binary | 11011110 | 10010000 | 0 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100100 | 101100 |
Color Harmonies of #DE9000
Complementary color
Monochromatic Colors of #DE9000
Black with #DE9000
Text Example
Text Example
White with #DE9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9000; }
p { color: rgb(222,144,0); }
H1.HeaderClassName
{
color: #DE9000;
}
.AnyTagClassName
{
color: #DE9000;
}
</style>
background-color css
<style>
a { background-color: #DE9000; }
a { background-color: rgb(222,144,0); }
div.DivClassName
{
background-color: #DE9000;
}
.BgClassName
{
background-color: #DE9000;
}
</style>
border-color css
<style>
span { border-color: #DE9000; }
span { border-color: rgb(222,144,0); }
td.TdClassName
{
border-color: #DE9000;
}
.TagClassName
{
border-color: #DE9000;
}
</style>