Shades of Gamboge #DEA516
Tints of Gamboge #DEA516
RGB
CMYK
RGB Variations
Color information
#DEA516 (or 0xDEA516) is known color: Gamboge. HEX triplet: DE, A5 and 16. RGB value is (222,165,22). Sum of RGB (Red+Green+Blue) = 222+165+22=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA516 is #215AE9. Grayscale: #A6A6A6. Windows color (decimal): -2185962 or 1484254. OLE color: 1484254.
HSL color Cylindrical-coordinate representation of color #DEA516: hue angle of 42.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA516 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.9º | 0.82% | 0.48% | - |
| HSV(B) | 42.9º | 0.9% | 0.87% | - |
| XYZ | 43.72 | 42.5 | 6.66 | - |
| YUV | 165.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 22 | 0 | 0.26 | 0.90 | 0.13 | 42.9 | 0.82 | 0.48 |
| Hex | DE | A5 | 16 | 0 | 1A | 5A | D | 2B | 52 | 30 |
| Octal | 336 | 245 | 26 | 0 | 32 | 132 | 15 | 53 | 122 | 60 |
| Binary | 11011110 | 10100101 | 10110 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010010 | 110000 |
Color Harmonies of #DEA516
Complementary color
Monochromatic Colors of #DEA516
Black with #DEA516
Text Example
Text Example
White with #DEA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA516; }
p { color: rgb(222,165,22); }
H1.HeaderClassName
{
color: #DEA516;
}
.AnyTagClassName
{
color: #DEA516;
}
</style>
background-color css
<style>
a { background-color: #DEA516; }
a { background-color: rgb(222,165,22); }
div.DivClassName
{
background-color: #DEA516;
}
.BgClassName
{
background-color: #DEA516;
}
</style>
border-color css
<style>
span { border-color: #DEA516; }
span { border-color: rgb(222,165,22); }
td.TdClassName
{
border-color: #DEA516;
}
.TagClassName
{
border-color: #DEA516;
}
</style>