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