Shades of Gamboge #DE8D0C
Tints of Gamboge #DE8D0C
RGB
CMYK
RGB Variations
Color information
#DE8D0C (or 0xDE8D0C) is known color: Gamboge. HEX triplet: DE, 8D and 0C. RGB value is (222,141,12). Sum of RGB (Red+Green+Blue) = 222+141+12=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8D0C is #2172F3. Grayscale: #979797. Windows color (decimal): -2192116 or 822750. OLE color: 822750.
HSL color Cylindrical-coordinate representation of color #DE8D0C: hue angle of 36.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE8D0C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.13 |
| HSL | 36.86º | 0.9% | 0.46% | - |
| HSV(B) | 36.86º | 0.95% | 0.87% | - |
| XYZ | 39.72 | 34.61 | 4.93 | - |
| YUV | 150.51 | 49.84 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 12 | 0 | 0.36 | 0.95 | 0.13 | 36.86 | 0.9 | 0.46 |
| Hex | DE | 8D | C | 0 | 24 | 5F | D | 25 | 5A | 2E |
| Octal | 336 | 215 | 14 | 0 | 44 | 137 | 15 | 45 | 132 | 56 |
| Binary | 11011110 | 10001101 | 1100 | 0 | 100100 | 1011111 | 1101 | 100101 | 1011010 | 101110 |
Color Harmonies of #DE8D0C
Complementary color
Monochromatic Colors of #DE8D0C
Black with #DE8D0C
Text Example
Text Example
White with #DE8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D0C; }
p { color: rgb(222,141,12); }
H1.HeaderClassName
{
color: #DE8D0C;
}
.AnyTagClassName
{
color: #DE8D0C;
}
</style>
background-color css
<style>
a { background-color: #DE8D0C; }
a { background-color: rgb(222,141,12); }
div.DivClassName
{
background-color: #DE8D0C;
}
.BgClassName
{
background-color: #DE8D0C;
}
</style>
border-color css
<style>
span { border-color: #DE8D0C; }
span { border-color: rgb(222,141,12); }
td.TdClassName
{
border-color: #DE8D0C;
}
.TagClassName
{
border-color: #DE8D0C;
}
</style>