Shades of Gamboge #DEA007
Tints of Gamboge #DEA007
RGB
CMYK
RGB Variations
Color information
#DEA007 (or 0xDEA007) is known color: Gamboge. HEX triplet: DE, A0 and 07. RGB value is (222,160,7). Sum of RGB (Red+Green+Blue) = 222+160+7=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA007 is #215FF8. Grayscale: #A1A1A1. Windows color (decimal): -2187257 or 499934. OLE color: 499934.
HSL color Cylindrical-coordinate representation of color #DEA007: hue angle of 42.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEA007 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.13 |
| HSL | 42.7º | 0.94% | 0.45% | - |
| HSV(B) | 42.7º | 0.97% | 0.87% | - |
| XYZ | 42.73 | 40.69 | 5.8 | - |
| YUV | 161.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 7 | 0 | 0.28 | 0.97 | 0.13 | 42.7 | 0.94 | 0.45 |
| Hex | DE | A0 | 7 | 0 | 1C | 61 | D | 2B | 5E | 2D |
| Octal | 336 | 240 | 7 | 0 | 34 | 141 | 15 | 53 | 136 | 55 |
| Binary | 11011110 | 10100000 | 111 | 0 | 11100 | 1100001 | 1101 | 101011 | 1011110 | 101101 |
Color Harmonies of #DEA007
Complementary color
Monochromatic Colors of #DEA007
Black with #DEA007
Text Example
Text Example
White with #DEA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA007; }
p { color: rgb(222,160,7); }
H1.HeaderClassName
{
color: #DEA007;
}
.AnyTagClassName
{
color: #DEA007;
}
</style>
background-color css
<style>
a { background-color: #DEA007; }
a { background-color: rgb(222,160,7); }
div.DivClassName
{
background-color: #DEA007;
}
.BgClassName
{
background-color: #DEA007;
}
</style>
border-color css
<style>
span { border-color: #DEA007; }
span { border-color: rgb(222,160,7); }
td.TdClassName
{
border-color: #DEA007;
}
.TagClassName
{
border-color: #DEA007;
}
</style>