Shades of Gamboge #DE860C
Tints of Gamboge #DE860C
RGB
CMYK
RGB Variations
Color information
#DE860C (or 0xDE860C) is known color: Gamboge. HEX triplet: DE, 86 and 0C. RGB value is (222,134,12). Sum of RGB (Red+Green+Blue) = 222+134+12=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE860C is #2179F3. Grayscale: #929292. Windows color (decimal): -2193908 or 820958. OLE color: 820958.
HSL color Cylindrical-coordinate representation of color #DE860C: hue angle of 34.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 #DE860C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.13 |
| HSL | 34.86º | 0.9% | 0.46% | - |
| HSV(B) | 34.86º | 0.95% | 0.87% | - |
| XYZ | 38.72 | 32.61 | 4.6 | - |
| YUV | 146.4 | 52.15 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 12 | 0 | 0.40 | 0.95 | 0.13 | 34.86 | 0.9 | 0.46 |
| Hex | DE | 86 | C | 0 | 28 | 5F | D | 23 | 5A | 2E |
| Octal | 336 | 206 | 14 | 0 | 50 | 137 | 15 | 43 | 132 | 56 |
| Binary | 11011110 | 10000110 | 1100 | 0 | 101000 | 1011111 | 1101 | 100011 | 1011010 | 101110 |
Color Harmonies of #DE860C
Complementary color
Monochromatic Colors of #DE860C
Black with #DE860C
Text Example
Text Example
White with #DE860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE860C; }
p { color: rgb(222,134,12); }
H1.HeaderClassName
{
color: #DE860C;
}
.AnyTagClassName
{
color: #DE860C;
}
</style>
background-color css
<style>
a { background-color: #DE860C; }
a { background-color: rgb(222,134,12); }
div.DivClassName
{
background-color: #DE860C;
}
.BgClassName
{
background-color: #DE860C;
}
</style>
border-color css
<style>
span { border-color: #DE860C; }
span { border-color: rgb(222,134,12); }
td.TdClassName
{
border-color: #DE860C;
}
.TagClassName
{
border-color: #DE860C;
}
</style>