Shades of Gamboge #DEA400
Tints of Gamboge #DEA400
RGB
CMYK
RGB Variations
Color information
#DEA400 (or 0xDEA400) is known color: Gamboge. HEX triplet: DE, A4 and 00. RGB value is (222,164,0). Sum of RGB (Red+Green+Blue) = 222+164+0=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA400 is #215BFF. Grayscale: #A3A3A3. Windows color (decimal): -2186240 or 42206. OLE color: 42206.
HSL color Cylindrical-coordinate representation of color #DEA400: hue angle of 44.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEA400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.13 |
| HSL | 44.32º | 1% | 0.44% | - |
| HSV(B) | 44.32º | 1% | 0.87% | - |
| XYZ | 43.4 | 42.08 | 5.83 | - |
| YUV | 162.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 0 | 0 | 0.26 | 1 | 0.13 | 44.32 | 1 | 0.44 |
| Hex | DE | A4 | 0 | 0 | 1A | 64 | D | 2C | 64 | 2C |
| Octal | 336 | 244 | 0 | 0 | 32 | 144 | 15 | 54 | 144 | 54 |
| Binary | 11011110 | 10100100 | 0 | 0 | 11010 | 1100100 | 1101 | 101100 | 1100100 | 101100 |
Color Harmonies of #DEA400
Complementary color
Monochromatic Colors of #DEA400
Black with #DEA400
Text Example
Text Example
White with #DEA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA400; }
p { color: rgb(222,164,0); }
H1.HeaderClassName
{
color: #DEA400;
}
.AnyTagClassName
{
color: #DEA400;
}
</style>
background-color css
<style>
a { background-color: #DEA400; }
a { background-color: rgb(222,164,0); }
div.DivClassName
{
background-color: #DEA400;
}
.BgClassName
{
background-color: #DEA400;
}
</style>
border-color css
<style>
span { border-color: #DEA400; }
span { border-color: rgb(222,164,0); }
td.TdClassName
{
border-color: #DEA400;
}
.TagClassName
{
border-color: #DEA400;
}
</style>