Shades of Gamboge #DEAA05
Tints of Gamboge #DEAA05
RGB
CMYK
RGB Variations
Color information
#DEAA05 (or 0xDEAA05) is known color: Gamboge. HEX triplet: DE, AA and 05. RGB value is (222,170,5). Sum of RGB (Red+Green+Blue) = 222+170+5=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA05 is #2155FA. Grayscale: #A7A7A7. Windows color (decimal): -2184699 or 371422. OLE color: 371422.
HSL color Cylindrical-coordinate representation of color #DEAA05: hue angle of 45.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEAA05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.13 |
| HSL | 45.62º | 0.96% | 0.45% | - |
| HSV(B) | 45.62º | 0.98% | 0.87% | - |
| XYZ | 44.53 | 44.29 | 6.35 | - |
| YUV | 166.74 | 36.73 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 5 | 0 | 0.23 | 0.98 | 0.13 | 45.62 | 0.96 | 0.45 |
| Hex | DE | AA | 5 | 0 | 17 | 62 | D | 2E | 60 | 2D |
| Octal | 336 | 252 | 5 | 0 | 27 | 142 | 15 | 56 | 140 | 55 |
| Binary | 11011110 | 10101010 | 101 | 0 | 10111 | 1100010 | 1101 | 101110 | 1100000 | 101101 |
Color Harmonies of #DEAA05
Complementary color
Monochromatic Colors of #DEAA05
Black with #DEAA05
Text Example
Text Example
White with #DEAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA05; }
p { color: rgb(222,170,5); }
H1.HeaderClassName
{
color: #DEAA05;
}
.AnyTagClassName
{
color: #DEAA05;
}
</style>
background-color css
<style>
a { background-color: #DEAA05; }
a { background-color: rgb(222,170,5); }
div.DivClassName
{
background-color: #DEAA05;
}
.BgClassName
{
background-color: #DEAA05;
}
</style>
border-color css
<style>
span { border-color: #DEAA05; }
span { border-color: rgb(222,170,5); }
td.TdClassName
{
border-color: #DEAA05;
}
.TagClassName
{
border-color: #DEAA05;
}
</style>