Shades of Gamboge #DEA003
Tints of Gamboge #DEA003
RGB
CMYK
RGB Variations
Color information
#DEA003 (or 0xDEA003) is known color: Gamboge. HEX triplet: DE, A0 and 03. RGB value is (222,160,3). Sum of RGB (Red+Green+Blue) = 222+160+3=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA003 is #215FFC. Grayscale: #A1A1A1. Windows color (decimal): -2187261 or 237790. OLE color: 237790.
HSL color Cylindrical-coordinate representation of color #DEA003: hue angle of 43.01º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEA003 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.13 |
| HSL | 43.01º | 0.97% | 0.44% | - |
| HSV(B) | 43.01º | 0.99% | 0.87% | - |
| XYZ | 42.71 | 40.68 | 5.69 | - |
| YUV | 160.64 | 39.04 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 3 | 0 | 0.28 | 0.99 | 0.13 | 43.01 | 0.97 | 0.44 |
| Hex | DE | A0 | 3 | 0 | 1C | 63 | D | 2B | 61 | 2C |
| Octal | 336 | 240 | 3 | 0 | 34 | 143 | 15 | 53 | 141 | 54 |
| Binary | 11011110 | 10100000 | 11 | 0 | 11100 | 1100011 | 1101 | 101011 | 1100001 | 101100 |
Color Harmonies of #DEA003
Complementary color
Monochromatic Colors of #DEA003
Black with #DEA003
Text Example
Text Example
White with #DEA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA003; }
p { color: rgb(222,160,3); }
H1.HeaderClassName
{
color: #DEA003;
}
.AnyTagClassName
{
color: #DEA003;
}
</style>
background-color css
<style>
a { background-color: #DEA003; }
a { background-color: rgb(222,160,3); }
div.DivClassName
{
background-color: #DEA003;
}
.BgClassName
{
background-color: #DEA003;
}
</style>
border-color css
<style>
span { border-color: #DEA003; }
span { border-color: rgb(222,160,3); }
td.TdClassName
{
border-color: #DEA003;
}
.TagClassName
{
border-color: #DEA003;
}
</style>