Shades of Gamboge #DEA411
Tints of Gamboge #DEA411
RGB
CMYK
RGB Variations
Color information
#DEA411 (or 0xDEA411) is known color: Gamboge. HEX triplet: DE, A4 and 11. RGB value is (222,164,17). Sum of RGB (Red+Green+Blue) = 222+164+17=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA411 is #215BEE. Grayscale: #A5A5A5. Windows color (decimal): -2186223 or 1156318. OLE color: 1156318.
HSL color Cylindrical-coordinate representation of color #DEA411: hue angle of 43.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEA411 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.13 |
| HSL | 43.02º | 0.86% | 0.47% | - |
| HSV(B) | 43.02º | 0.92% | 0.87% | - |
| XYZ | 43.5 | 42.12 | 6.37 | - |
| YUV | 164.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 17 | 0 | 0.26 | 0.92 | 0.13 | 43.02 | 0.86 | 0.47 |
| Hex | DE | A4 | 11 | 0 | 1A | 5C | D | 2B | 56 | 2F |
| Octal | 336 | 244 | 21 | 0 | 32 | 134 | 15 | 53 | 126 | 57 |
| Binary | 11011110 | 10100100 | 10001 | 0 | 11010 | 1011100 | 1101 | 101011 | 1010110 | 101111 |
Color Harmonies of #DEA411
Complementary color
Monochromatic Colors of #DEA411
Black with #DEA411
Text Example
Text Example
White with #DEA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA411; }
p { color: rgb(222,164,17); }
H1.HeaderClassName
{
color: #DEA411;
}
.AnyTagClassName
{
color: #DEA411;
}
</style>
background-color css
<style>
a { background-color: #DEA411; }
a { background-color: rgb(222,164,17); }
div.DivClassName
{
background-color: #DEA411;
}
.BgClassName
{
background-color: #DEA411;
}
</style>
border-color css
<style>
span { border-color: #DEA411; }
span { border-color: rgb(222,164,17); }
td.TdClassName
{
border-color: #DEA411;
}
.TagClassName
{
border-color: #DEA411;
}
</style>