Shades of Gamboge #DEA305
Tints of Gamboge #DEA305
RGB
CMYK
RGB Variations
Color information
#DEA305 (or 0xDEA305) is known color: Gamboge. HEX triplet: DE, A3 and 05. RGB value is (222,163,5). Sum of RGB (Red+Green+Blue) = 222+163+5=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA305 is #215CFA. Grayscale: #A3A3A3. Windows color (decimal): -2186491 or 369630. OLE color: 369630.
HSL color Cylindrical-coordinate representation of color #DEA305: hue angle of 43.69º 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 #DEA305 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.13 |
| HSL | 43.69º | 0.96% | 0.45% | - |
| HSV(B) | 43.69º | 0.98% | 0.87% | - |
| XYZ | 43.25 | 41.73 | 5.92 | - |
| YUV | 162.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 5 | 0 | 0.27 | 0.98 | 0.13 | 43.69 | 0.96 | 0.45 |
| Hex | DE | A3 | 5 | 0 | 1B | 62 | D | 2C | 60 | 2D |
| Octal | 336 | 243 | 5 | 0 | 33 | 142 | 15 | 54 | 140 | 55 |
| Binary | 11011110 | 10100011 | 101 | 0 | 11011 | 1100010 | 1101 | 101100 | 1100000 | 101101 |
Color Harmonies of #DEA305
Complementary color
Monochromatic Colors of #DEA305
Black with #DEA305
Text Example
Text Example
White with #DEA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA305; }
p { color: rgb(222,163,5); }
H1.HeaderClassName
{
color: #DEA305;
}
.AnyTagClassName
{
color: #DEA305;
}
</style>
background-color css
<style>
a { background-color: #DEA305; }
a { background-color: rgb(222,163,5); }
div.DivClassName
{
background-color: #DEA305;
}
.BgClassName
{
background-color: #DEA305;
}
</style>
border-color css
<style>
span { border-color: #DEA305; }
span { border-color: rgb(222,163,5); }
td.TdClassName
{
border-color: #DEA305;
}
.TagClassName
{
border-color: #DEA305;
}
</style>