Shades of Gamboge #DE990C
Tints of Gamboge #DE990C
RGB
CMYK
RGB Variations
Color information
#DE990C (or 0xDE990C) is known color: Gamboge. HEX triplet: DE, 99 and 0C. RGB value is (222,153,12). Sum of RGB (Red+Green+Blue) = 222+153+12=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE990C is #2166F3. Grayscale: #9E9E9E. Windows color (decimal): -2189044 or 825822. OLE color: 825822.
HSL color Cylindrical-coordinate representation of color #DE990C: hue angle of 40.29º 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 #DE990C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.13 |
| HSL | 40.29º | 0.9% | 0.46% | - |
| HSV(B) | 40.29º | 0.95% | 0.87% | - |
| XYZ | 41.58 | 38.34 | 5.56 | - |
| YUV | 157.56 | 45.86 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 12 | 0 | 0.31 | 0.95 | 0.13 | 40.29 | 0.9 | 0.46 |
| Hex | DE | 99 | C | 0 | 1F | 5F | D | 28 | 5A | 2E |
| Octal | 336 | 231 | 14 | 0 | 37 | 137 | 15 | 50 | 132 | 56 |
| Binary | 11011110 | 10011001 | 1100 | 0 | 11111 | 1011111 | 1101 | 101000 | 1011010 | 101110 |
Color Harmonies of #DE990C
Complementary color
Monochromatic Colors of #DE990C
Black with #DE990C
Text Example
Text Example
White with #DE990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE990C; }
p { color: rgb(222,153,12); }
H1.HeaderClassName
{
color: #DE990C;
}
.AnyTagClassName
{
color: #DE990C;
}
</style>
background-color css
<style>
a { background-color: #DE990C; }
a { background-color: rgb(222,153,12); }
div.DivClassName
{
background-color: #DE990C;
}
.BgClassName
{
background-color: #DE990C;
}
</style>
border-color css
<style>
span { border-color: #DE990C; }
span { border-color: rgb(222,153,12); }
td.TdClassName
{
border-color: #DE990C;
}
.TagClassName
{
border-color: #DE990C;
}
</style>