Shades of Gamboge #DEA40D
Tints of Gamboge #DEA40D
RGB
CMYK
RGB Variations
Color information
#DEA40D (or 0xDEA40D) is known color: Gamboge. HEX triplet: DE, A4 and 0D. RGB value is (222,164,13). Sum of RGB (Red+Green+Blue) = 222+164+13=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA40D is #215BF2. Grayscale: #A4A4A4. Windows color (decimal): -2186227 or 894174. OLE color: 894174.
HSL color Cylindrical-coordinate representation of color #DEA40D: hue angle of 43.35º degrees, saturation: 0.89, 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 #DEA40D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.13 |
| HSL | 43.35º | 0.89% | 0.46% | - |
| HSV(B) | 43.35º | 0.94% | 0.87% | - |
| XYZ | 43.47 | 42.11 | 6.22 | - |
| YUV | 164.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 13 | 0 | 0.26 | 0.94 | 0.13 | 43.35 | 0.89 | 0.46 |
| Hex | DE | A4 | D | 0 | 1A | 5E | D | 2B | 59 | 2E |
| Octal | 336 | 244 | 15 | 0 | 32 | 136 | 15 | 53 | 131 | 56 |
| Binary | 11011110 | 10100100 | 1101 | 0 | 11010 | 1011110 | 1101 | 101011 | 1011001 | 101110 |
Color Harmonies of #DEA40D
Complementary color
Monochromatic Colors of #DEA40D
Black with #DEA40D
Text Example
Text Example
White with #DEA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA40D; }
p { color: rgb(222,164,13); }
H1.HeaderClassName
{
color: #DEA40D;
}
.AnyTagClassName
{
color: #DEA40D;
}
</style>
background-color css
<style>
a { background-color: #DEA40D; }
a { background-color: rgb(222,164,13); }
div.DivClassName
{
background-color: #DEA40D;
}
.BgClassName
{
background-color: #DEA40D;
}
</style>
border-color css
<style>
span { border-color: #DEA40D; }
span { border-color: rgb(222,164,13); }
td.TdClassName
{
border-color: #DEA40D;
}
.TagClassName
{
border-color: #DEA40D;
}
</style>