Shades of Gamboge #DE950E
Tints of Gamboge #DE950E
RGB
CMYK
RGB Variations
Color information
#DE950E (or 0xDE950E) is known color: Gamboge. HEX triplet: DE, 95 and 0E. RGB value is (222,149,14). Sum of RGB (Red+Green+Blue) = 222+149+14=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE950E is #216AF1. Grayscale: #9C9C9C. Windows color (decimal): -2190066 or 955870. OLE color: 955870.
HSL color Cylindrical-coordinate representation of color #DE950E: hue angle of 38.94º degrees, saturation: 0.88, 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 #DE950E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.13 |
| HSL | 38.94º | 0.88% | 0.46% | - |
| HSV(B) | 38.94º | 0.94% | 0.87% | - |
| XYZ | 40.95 | 37.06 | 5.41 | - |
| YUV | 155.44 | 48.18 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 14 | 0 | 0.33 | 0.94 | 0.13 | 38.94 | 0.88 | 0.46 |
| Hex | DE | 95 | E | 0 | 21 | 5E | D | 27 | 58 | 2E |
| Octal | 336 | 225 | 16 | 0 | 41 | 136 | 15 | 47 | 130 | 56 |
| Binary | 11011110 | 10010101 | 1110 | 0 | 100001 | 1011110 | 1101 | 100111 | 1011000 | 101110 |
Color Harmonies of #DE950E
Complementary color
Monochromatic Colors of #DE950E
Black with #DE950E
Text Example
Text Example
White with #DE950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE950E; }
p { color: rgb(222,149,14); }
H1.HeaderClassName
{
color: #DE950E;
}
.AnyTagClassName
{
color: #DE950E;
}
</style>
background-color css
<style>
a { background-color: #DE950E; }
a { background-color: rgb(222,149,14); }
div.DivClassName
{
background-color: #DE950E;
}
.BgClassName
{
background-color: #DE950E;
}
</style>
border-color css
<style>
span { border-color: #DE950E; }
span { border-color: rgb(222,149,14); }
td.TdClassName
{
border-color: #DE950E;
}
.TagClassName
{
border-color: #DE950E;
}
</style>