Shades of Gamboge #DEAA10
Tints of Gamboge #DEAA10
RGB
CMYK
RGB Variations
Color information
#DEAA10 (or 0xDEAA10) is known color: Gamboge. HEX triplet: DE, AA and 10. RGB value is (222,170,16). Sum of RGB (Red+Green+Blue) = 222+170+16=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA10 is #2155EF. Grayscale: #A8A8A8. Windows color (decimal): -2184688 or 1092318. OLE color: 1092318.
HSL color Cylindrical-coordinate representation of color #DEAA10: hue angle of 44.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEAA10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.13 |
| HSL | 44.85º | 0.87% | 0.47% | - |
| HSV(B) | 44.85º | 0.93% | 0.87% | - |
| XYZ | 44.59 | 44.32 | 6.69 | - |
| YUV | 167.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 16 | 0 | 0.23 | 0.93 | 0.13 | 44.85 | 0.87 | 0.47 |
| Hex | DE | AA | 10 | 0 | 17 | 5D | D | 2D | 57 | 2F |
| Octal | 336 | 252 | 20 | 0 | 27 | 135 | 15 | 55 | 127 | 57 |
| Binary | 11011110 | 10101010 | 10000 | 0 | 10111 | 1011101 | 1101 | 101101 | 1010111 | 101111 |
Color Harmonies of #DEAA10
Complementary color
Monochromatic Colors of #DEAA10
Black with #DEAA10
Text Example
Text Example
White with #DEAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA10; }
p { color: rgb(222,170,16); }
H1.HeaderClassName
{
color: #DEAA10;
}
.AnyTagClassName
{
color: #DEAA10;
}
</style>
background-color css
<style>
a { background-color: #DEAA10; }
a { background-color: rgb(222,170,16); }
div.DivClassName
{
background-color: #DEAA10;
}
.BgClassName
{
background-color: #DEAA10;
}
</style>
border-color css
<style>
span { border-color: #DEAA10; }
span { border-color: rgb(222,170,16); }
td.TdClassName
{
border-color: #DEAA10;
}
.TagClassName
{
border-color: #DEAA10;
}
</style>