Shades of Gamboge #DEA205
Tints of Gamboge #DEA205
RGB
CMYK
RGB Variations
Color information
#DEA205 (or 0xDEA205) is known color: Gamboge. HEX triplet: DE, A2 and 05. RGB value is (222,162,5). Sum of RGB (Red+Green+Blue) = 222+162+5=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA205 is #215DFA. Grayscale: #A2A2A2. Windows color (decimal): -2186747 or 369374. OLE color: 369374.
HSL color Cylindrical-coordinate representation of color #DEA205: hue angle of 43.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEA205 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.13 |
| HSL | 43.41º | 0.96% | 0.45% | - |
| HSV(B) | 43.41º | 0.98% | 0.87% | - |
| XYZ | 43.07 | 41.38 | 5.86 | - |
| YUV | 162.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 5 | 0 | 0.27 | 0.98 | 0.13 | 43.41 | 0.96 | 0.45 |
| Hex | DE | A2 | 5 | 0 | 1B | 62 | D | 2B | 60 | 2D |
| Octal | 336 | 242 | 5 | 0 | 33 | 142 | 15 | 53 | 140 | 55 |
| Binary | 11011110 | 10100010 | 101 | 0 | 11011 | 1100010 | 1101 | 101011 | 1100000 | 101101 |
Color Harmonies of #DEA205
Complementary color
Monochromatic Colors of #DEA205
Black with #DEA205
Text Example
Text Example
White with #DEA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA205; }
p { color: rgb(222,162,5); }
H1.HeaderClassName
{
color: #DEA205;
}
.AnyTagClassName
{
color: #DEA205;
}
</style>
background-color css
<style>
a { background-color: #DEA205; }
a { background-color: rgb(222,162,5); }
div.DivClassName
{
background-color: #DEA205;
}
.BgClassName
{
background-color: #DEA205;
}
</style>
border-color css
<style>
span { border-color: #DEA205; }
span { border-color: rgb(222,162,5); }
td.TdClassName
{
border-color: #DEA205;
}
.TagClassName
{
border-color: #DEA205;
}
</style>