Shades of Gamboge #DEA807
Tints of Gamboge #DEA807
RGB
CMYK
RGB Variations
Color information
#DEA807 (or 0xDEA807) is known color: Gamboge. HEX triplet: DE, A8 and 07. RGB value is (222,168,7). Sum of RGB (Red+Green+Blue) = 222+168+7=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA807 is #2157F8. Grayscale: #A6A6A6. Windows color (decimal): -2185209 or 501982. OLE color: 501982.
HSL color Cylindrical-coordinate representation of color #DEA807: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEA807 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.13 |
| HSL | 44.93º | 0.94% | 0.45% | - |
| HSV(B) | 44.93º | 0.97% | 0.87% | - |
| XYZ | 44.17 | 43.55 | 6.28 | - |
| YUV | 165.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 7 | 0 | 0.24 | 0.97 | 0.13 | 44.93 | 0.94 | 0.45 |
| Hex | DE | A8 | 7 | 0 | 18 | 61 | D | 2D | 5E | 2D |
| Octal | 336 | 250 | 7 | 0 | 30 | 141 | 15 | 55 | 136 | 55 |
| Binary | 11011110 | 10101000 | 111 | 0 | 11000 | 1100001 | 1101 | 101101 | 1011110 | 101101 |
Color Harmonies of #DEA807
Complementary color
Monochromatic Colors of #DEA807
Black with #DEA807
Text Example
Text Example
White with #DEA807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA807; }
p { color: rgb(222,168,7); }
H1.HeaderClassName
{
color: #DEA807;
}
.AnyTagClassName
{
color: #DEA807;
}
</style>
background-color css
<style>
a { background-color: #DEA807; }
a { background-color: rgb(222,168,7); }
div.DivClassName
{
background-color: #DEA807;
}
.BgClassName
{
background-color: #DEA807;
}
</style>
border-color css
<style>
span { border-color: #DEA807; }
span { border-color: rgb(222,168,7); }
td.TdClassName
{
border-color: #DEA807;
}
.TagClassName
{
border-color: #DEA807;
}
</style>