Shades of Gamboge #DE990F
Tints of Gamboge #DE990F
RGB
CMYK
RGB Variations
Color information
#DE990F (or 0xDE990F) is known color: Gamboge. HEX triplet: DE, 99 and 0F. RGB value is (222,153,15). Sum of RGB (Red+Green+Blue) = 222+153+15=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE990F is #2166F0. Grayscale: #9E9E9E. Windows color (decimal): -2189041 or 1022430. OLE color: 1022430.
HSL color Cylindrical-coordinate representation of color #DE990F: hue angle of 40º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE990F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.13 |
| HSL | 40º | 0.87% | 0.46% | - |
| HSV(B) | 40º | 0.93% | 0.87% | - |
| XYZ | 41.6 | 38.35 | 5.66 | - |
| YUV | 157.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 15 | 0 | 0.31 | 0.93 | 0.13 | 40 | 0.87 | 0.46 |
| Hex | DE | 99 | F | 0 | 1F | 5D | D | 28 | 57 | 2E |
| Octal | 336 | 231 | 17 | 0 | 37 | 135 | 15 | 50 | 127 | 56 |
| Binary | 11011110 | 10011001 | 1111 | 0 | 11111 | 1011101 | 1101 | 101000 | 1010111 | 101110 |
Color Harmonies of #DE990F
Complementary color
Monochromatic Colors of #DE990F
Black with #DE990F
Text Example
Text Example
White with #DE990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE990F; }
p { color: rgb(222,153,15); }
H1.HeaderClassName
{
color: #DE990F;
}
.AnyTagClassName
{
color: #DE990F;
}
</style>
background-color css
<style>
a { background-color: #DE990F; }
a { background-color: rgb(222,153,15); }
div.DivClassName
{
background-color: #DE990F;
}
.BgClassName
{
background-color: #DE990F;
}
</style>
border-color css
<style>
span { border-color: #DE990F; }
span { border-color: rgb(222,153,15); }
td.TdClassName
{
border-color: #DE990F;
}
.TagClassName
{
border-color: #DE990F;
}
</style>