Shades of Gamboge #DE8C05
Tints of Gamboge #DE8C05
RGB
CMYK
RGB Variations
Color information
#DE8C05 (or 0xDE8C05) is known color: Gamboge. HEX triplet: DE, 8C and 05. RGB value is (222,140,5). Sum of RGB (Red+Green+Blue) = 222+140+5=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C05 is #2173FA. Grayscale: #959595. Windows color (decimal): -2192379 or 363742. OLE color: 363742.
HSL color Cylindrical-coordinate representation of color #DE8C05: hue angle of 37.33º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE8C05 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.13 |
| HSL | 37.33º | 0.96% | 0.45% | - |
| HSV(B) | 37.33º | 0.98% | 0.87% | - |
| XYZ | 39.53 | 34.3 | 4.68 | - |
| YUV | 149.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 5 | 0 | 0.37 | 0.98 | 0.13 | 37.33 | 0.96 | 0.45 |
| Hex | DE | 8C | 5 | 0 | 25 | 62 | D | 25 | 60 | 2D |
| Octal | 336 | 214 | 5 | 0 | 45 | 142 | 15 | 45 | 140 | 55 |
| Binary | 11011110 | 10001100 | 101 | 0 | 100101 | 1100010 | 1101 | 100101 | 1100000 | 101101 |
Color Harmonies of #DE8C05
Complementary color
Monochromatic Colors of #DE8C05
Black with #DE8C05
Text Example
Text Example
White with #DE8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C05; }
p { color: rgb(222,140,5); }
H1.HeaderClassName
{
color: #DE8C05;
}
.AnyTagClassName
{
color: #DE8C05;
}
</style>
background-color css
<style>
a { background-color: #DE8C05; }
a { background-color: rgb(222,140,5); }
div.DivClassName
{
background-color: #DE8C05;
}
.BgClassName
{
background-color: #DE8C05;
}
</style>
border-color css
<style>
span { border-color: #DE8C05; }
span { border-color: rgb(222,140,5); }
td.TdClassName
{
border-color: #DE8C05;
}
.TagClassName
{
border-color: #DE8C05;
}
</style>