Shades of Gamboge #DE9C0D
Tints of Gamboge #DE9C0D
RGB
CMYK
RGB Variations
Color information
#DE9C0D (or 0xDE9C0D) is known color: Gamboge. HEX triplet: DE, 9C and 0D. RGB value is (222,156,13). Sum of RGB (Red+Green+Blue) = 222+156+13=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C0D is #2163F2. Grayscale: #A0A0A0. Windows color (decimal): -2188275 or 892126. OLE color: 892126.
HSL color Cylindrical-coordinate representation of color #DE9C0D: hue angle of 41.05º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE9C0D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.13 |
| HSL | 41.05º | 0.89% | 0.46% | - |
| HSV(B) | 41.05º | 0.94% | 0.87% | - |
| XYZ | 42.09 | 39.34 | 5.76 | - |
| YUV | 159.43 | 45.37 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 13 | 0 | 0.30 | 0.94 | 0.13 | 41.05 | 0.89 | 0.46 |
| Hex | DE | 9C | D | 0 | 1E | 5E | D | 29 | 59 | 2E |
| Octal | 336 | 234 | 15 | 0 | 36 | 136 | 15 | 51 | 131 | 56 |
| Binary | 11011110 | 10011100 | 1101 | 0 | 11110 | 1011110 | 1101 | 101001 | 1011001 | 101110 |
Color Harmonies of #DE9C0D
Complementary color
Monochromatic Colors of #DE9C0D
Black with #DE9C0D
Text Example
Text Example
White with #DE9C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C0D; }
p { color: rgb(222,156,13); }
H1.HeaderClassName
{
color: #DE9C0D;
}
.AnyTagClassName
{
color: #DE9C0D;
}
</style>
background-color css
<style>
a { background-color: #DE9C0D; }
a { background-color: rgb(222,156,13); }
div.DivClassName
{
background-color: #DE9C0D;
}
.BgClassName
{
background-color: #DE9C0D;
}
</style>
border-color css
<style>
span { border-color: #DE9C0D; }
span { border-color: rgb(222,156,13); }
td.TdClassName
{
border-color: #DE9C0D;
}
.TagClassName
{
border-color: #DE9C0D;
}
</style>