Shades of Gamboge #DE8C01
Tints of Gamboge #DE8C01
RGB
CMYK
RGB Variations
Color information
#DE8C01 (or 0xDE8C01) is known color: Gamboge. HEX triplet: DE, 8C and 01. RGB value is (222,140,1). Sum of RGB (Red+Green+Blue) = 222+140+1=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C01 is #2173FE. Grayscale: #959595. Windows color (decimal): -2192383 or 101598. OLE color: 101598.
HSL color Cylindrical-coordinate representation of color #DE8C01: hue angle of 37.74º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE8C01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.13 |
| HSL | 37.74º | 0.99% | 0.44% | - |
| HSV(B) | 37.74º | 1% | 0.87% | - |
| XYZ | 39.51 | 34.29 | 4.56 | - |
| YUV | 148.67 | 44.67 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 1 | 0 | 0.37 | 1.00 | 0.13 | 37.74 | 0.99 | 0.44 |
| Hex | DE | 8C | 1 | 0 | 25 | 64 | D | 26 | 63 | 2C |
| Octal | 336 | 214 | 1 | 0 | 45 | 144 | 15 | 46 | 143 | 54 |
| Binary | 11011110 | 10001100 | 1 | 0 | 100101 | 1100100 | 1101 | 100110 | 1100011 | 101100 |
Color Harmonies of #DE8C01
Complementary color
Monochromatic Colors of #DE8C01
Black with #DE8C01
Text Example
Text Example
White with #DE8C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C01; }
p { color: rgb(222,140,1); }
H1.HeaderClassName
{
color: #DE8C01;
}
.AnyTagClassName
{
color: #DE8C01;
}
</style>
background-color css
<style>
a { background-color: #DE8C01; }
a { background-color: rgb(222,140,1); }
div.DivClassName
{
background-color: #DE8C01;
}
.BgClassName
{
background-color: #DE8C01;
}
</style>
border-color css
<style>
span { border-color: #DE8C01; }
span { border-color: rgb(222,140,1); }
td.TdClassName
{
border-color: #DE8C01;
}
.TagClassName
{
border-color: #DE8C01;
}
</style>