Shades of Gamboge #DEA103
Tints of Gamboge #DEA103
RGB
CMYK
RGB Variations
Color information
#DEA103 (or 0xDEA103) is known color: Gamboge. HEX triplet: DE, A1 and 03. RGB value is (222,161,3). Sum of RGB (Red+Green+Blue) = 222+161+3=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA103 is #215EFC. Grayscale: #A1A1A1. Windows color (decimal): -2187005 or 238046. OLE color: 238046.
HSL color Cylindrical-coordinate representation of color #DEA103: hue angle of 43.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEA103 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.13 |
| HSL | 43.29º | 0.97% | 0.44% | - |
| HSV(B) | 43.29º | 0.99% | 0.87% | - |
| XYZ | 42.89 | 41.03 | 5.74 | - |
| YUV | 161.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 3 | 0 | 0.27 | 0.99 | 0.13 | 43.29 | 0.97 | 0.44 |
| Hex | DE | A1 | 3 | 0 | 1B | 63 | D | 2B | 61 | 2C |
| Octal | 336 | 241 | 3 | 0 | 33 | 143 | 15 | 53 | 141 | 54 |
| Binary | 11011110 | 10100001 | 11 | 0 | 11011 | 1100011 | 1101 | 101011 | 1100001 | 101100 |
Color Harmonies of #DEA103
Complementary color
Monochromatic Colors of #DEA103
Black with #DEA103
Text Example
Text Example
White with #DEA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA103; }
p { color: rgb(222,161,3); }
H1.HeaderClassName
{
color: #DEA103;
}
.AnyTagClassName
{
color: #DEA103;
}
</style>
background-color css
<style>
a { background-color: #DEA103; }
a { background-color: rgb(222,161,3); }
div.DivClassName
{
background-color: #DEA103;
}
.BgClassName
{
background-color: #DEA103;
}
</style>
border-color css
<style>
span { border-color: #DEA103; }
span { border-color: rgb(222,161,3); }
td.TdClassName
{
border-color: #DEA103;
}
.TagClassName
{
border-color: #DEA103;
}
</style>