Shades of Gamboge #DEA30D
Tints of Gamboge #DEA30D
RGB
CMYK
RGB Variations
Color information
#DEA30D (or 0xDEA30D) is known color: Gamboge. HEX triplet: DE, A3 and 0D. RGB value is (222,163,13). Sum of RGB (Red+Green+Blue) = 222+163+13=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA30D is #215CF2. Grayscale: #A4A4A4. Windows color (decimal): -2186483 or 893918. OLE color: 893918.
HSL color Cylindrical-coordinate representation of color #DEA30D: hue angle of 43.06º 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 #DEA30D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.13 |
| HSL | 43.06º | 0.89% | 0.46% | - |
| HSV(B) | 43.06º | 0.94% | 0.87% | - |
| XYZ | 43.29 | 41.75 | 6.16 | - |
| YUV | 163.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 13 | 0 | 0.27 | 0.94 | 0.13 | 43.06 | 0.89 | 0.46 |
| Hex | DE | A3 | D | 0 | 1B | 5E | D | 2B | 59 | 2E |
| Octal | 336 | 243 | 15 | 0 | 33 | 136 | 15 | 53 | 131 | 56 |
| Binary | 11011110 | 10100011 | 1101 | 0 | 11011 | 1011110 | 1101 | 101011 | 1011001 | 101110 |
Color Harmonies of #DEA30D
Complementary color
Monochromatic Colors of #DEA30D
Black with #DEA30D
Text Example
Text Example
White with #DEA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA30D; }
p { color: rgb(222,163,13); }
H1.HeaderClassName
{
color: #DEA30D;
}
.AnyTagClassName
{
color: #DEA30D;
}
</style>
background-color css
<style>
a { background-color: #DEA30D; }
a { background-color: rgb(222,163,13); }
div.DivClassName
{
background-color: #DEA30D;
}
.BgClassName
{
background-color: #DEA30D;
}
</style>
border-color css
<style>
span { border-color: #DEA30D; }
span { border-color: rgb(222,163,13); }
td.TdClassName
{
border-color: #DEA30D;
}
.TagClassName
{
border-color: #DEA30D;
}
</style>