Shades of Gamboge #DEA604
Tints of Gamboge #DEA604
RGB
CMYK
RGB Variations
Color information
#DEA604 (or 0xDEA604) is known color: Gamboge. HEX triplet: DE, A6 and 04. RGB value is (222,166,4). Sum of RGB (Red+Green+Blue) = 222+166+4=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA604 is #2159FB. Grayscale: #A4A4A4. Windows color (decimal): -2185724 or 304862. OLE color: 304862.
HSL color Cylindrical-coordinate representation of color #DEA604: hue angle of 44.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEA604 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.59º | 0.96% | 0.44% | - |
| HSV(B) | 44.59º | 0.98% | 0.87% | - |
| XYZ | 43.78 | 42.81 | 6.07 | - |
| YUV | 164.28 | 37.55 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 4 | 0 | 0.25 | 0.98 | 0.13 | 44.59 | 0.96 | 0.44 |
| Hex | DE | A6 | 4 | 0 | 19 | 62 | D | 2D | 60 | 2C |
| Octal | 336 | 246 | 4 | 0 | 31 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011110 | 10100110 | 100 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DEA604
Complementary color
Monochromatic Colors of #DEA604
Black with #DEA604
Text Example
Text Example
White with #DEA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA604; }
p { color: rgb(222,166,4); }
H1.HeaderClassName
{
color: #DEA604;
}
.AnyTagClassName
{
color: #DEA604;
}
</style>
background-color css
<style>
a { background-color: #DEA604; }
a { background-color: rgb(222,166,4); }
div.DivClassName
{
background-color: #DEA604;
}
.BgClassName
{
background-color: #DEA604;
}
</style>
border-color css
<style>
span { border-color: #DEA604; }
span { border-color: rgb(222,166,4); }
td.TdClassName
{
border-color: #DEA604;
}
.TagClassName
{
border-color: #DEA604;
}
</style>