Shades of Gamboge #DE870C
Tints of Gamboge #DE870C
RGB
CMYK
RGB Variations
Color information
#DE870C (or 0xDE870C) is known color: Gamboge. HEX triplet: DE, 87 and 0C. RGB value is (222,135,12). Sum of RGB (Red+Green+Blue) = 222+135+12=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE870C is #2178F3. Grayscale: #939393. Windows color (decimal): -2193652 or 821214. OLE color: 821214.
HSL color Cylindrical-coordinate representation of color #DE870C: hue angle of 35.14º 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 #DE870C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.13 |
| HSL | 35.14º | 0.9% | 0.46% | - |
| HSV(B) | 35.14º | 0.95% | 0.87% | - |
| XYZ | 38.85 | 32.88 | 4.65 | - |
| YUV | 146.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 12 | 0 | 0.39 | 0.95 | 0.13 | 35.14 | 0.9 | 0.46 |
| Hex | DE | 87 | C | 0 | 27 | 5F | D | 23 | 5A | 2E |
| Octal | 336 | 207 | 14 | 0 | 47 | 137 | 15 | 43 | 132 | 56 |
| Binary | 11011110 | 10000111 | 1100 | 0 | 100111 | 1011111 | 1101 | 100011 | 1011010 | 101110 |
Color Harmonies of #DE870C
Complementary color
Monochromatic Colors of #DE870C
Black with #DE870C
Text Example
Text Example
White with #DE870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE870C; }
p { color: rgb(222,135,12); }
H1.HeaderClassName
{
color: #DE870C;
}
.AnyTagClassName
{
color: #DE870C;
}
</style>
background-color css
<style>
a { background-color: #DE870C; }
a { background-color: rgb(222,135,12); }
div.DivClassName
{
background-color: #DE870C;
}
.BgClassName
{
background-color: #DE870C;
}
</style>
border-color css
<style>
span { border-color: #DE870C; }
span { border-color: rgb(222,135,12); }
td.TdClassName
{
border-color: #DE870C;
}
.TagClassName
{
border-color: #DE870C;
}
</style>