Shades of Gamboge #DEA111
Tints of Gamboge #DEA111
RGB
CMYK
RGB Variations
Color information
#DEA111 (or 0xDEA111) is known color: Gamboge. HEX triplet: DE, A1 and 11. RGB value is (222,161,17). Sum of RGB (Red+Green+Blue) = 222+161+17=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA111 is #215EEE. Grayscale: #A3A3A3. Windows color (decimal): -2186991 or 1155550. OLE color: 1155550.
HSL color Cylindrical-coordinate representation of color #DEA111: hue angle of 42.15º 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 #DEA111 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.13 |
| HSL | 42.15º | 0.86% | 0.47% | - |
| HSV(B) | 42.15º | 0.92% | 0.87% | - |
| XYZ | 42.97 | 41.06 | 6.19 | - |
| YUV | 162.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 17 | 0 | 0.27 | 0.92 | 0.13 | 42.15 | 0.86 | 0.47 |
| Hex | DE | A1 | 11 | 0 | 1B | 5C | D | 2A | 56 | 2F |
| Octal | 336 | 241 | 21 | 0 | 33 | 134 | 15 | 52 | 126 | 57 |
| Binary | 11011110 | 10100001 | 10001 | 0 | 11011 | 1011100 | 1101 | 101010 | 1010110 | 101111 |
Color Harmonies of #DEA111
Complementary color
Monochromatic Colors of #DEA111
Black with #DEA111
Text Example
Text Example
White with #DEA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA111; }
p { color: rgb(222,161,17); }
H1.HeaderClassName
{
color: #DEA111;
}
.AnyTagClassName
{
color: #DEA111;
}
</style>
background-color css
<style>
a { background-color: #DEA111; }
a { background-color: rgb(222,161,17); }
div.DivClassName
{
background-color: #DEA111;
}
.BgClassName
{
background-color: #DEA111;
}
</style>
border-color css
<style>
span { border-color: #DEA111; }
span { border-color: rgb(222,161,17); }
td.TdClassName
{
border-color: #DEA111;
}
.TagClassName
{
border-color: #DEA111;
}
</style>