Shades of Gamboge #DEA813
Tints of Gamboge #DEA813
RGB
CMYK
RGB Variations
Color information
#DEA813 (or 0xDEA813) is known color: Gamboge. HEX triplet: DE, A8 and 13. RGB value is (222,168,19). Sum of RGB (Red+Green+Blue) = 222+168+19=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA813 is #2157EC. Grayscale: #A7A7A7. Windows color (decimal): -2185197 or 1288414. OLE color: 1288414.
HSL color Cylindrical-coordinate representation of color #DEA813: hue angle of 44.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEA813 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.13 |
| HSL | 44.04º | 0.84% | 0.47% | - |
| HSV(B) | 44.04º | 0.91% | 0.87% | - |
| XYZ | 44.24 | 43.58 | 6.7 | - |
| YUV | 167.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 19 | 0 | 0.24 | 0.91 | 0.13 | 44.04 | 0.84 | 0.47 |
| Hex | DE | A8 | 13 | 0 | 18 | 5B | D | 2C | 54 | 2F |
| Octal | 336 | 250 | 23 | 0 | 30 | 133 | 15 | 54 | 124 | 57 |
| Binary | 11011110 | 10101000 | 10011 | 0 | 11000 | 1011011 | 1101 | 101100 | 1010100 | 101111 |
Color Harmonies of #DEA813
Complementary color
Monochromatic Colors of #DEA813
Black with #DEA813
Text Example
Text Example
White with #DEA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA813; }
p { color: rgb(222,168,19); }
H1.HeaderClassName
{
color: #DEA813;
}
.AnyTagClassName
{
color: #DEA813;
}
</style>
background-color css
<style>
a { background-color: #DEA813; }
a { background-color: rgb(222,168,19); }
div.DivClassName
{
background-color: #DEA813;
}
.BgClassName
{
background-color: #DEA813;
}
</style>
border-color css
<style>
span { border-color: #DEA813; }
span { border-color: rgb(222,168,19); }
td.TdClassName
{
border-color: #DEA813;
}
.TagClassName
{
border-color: #DEA813;
}
</style>