Shades of Gamboge #DEA903
Tints of Gamboge #DEA903
RGB
CMYK
RGB Variations
Color information
#DEA903 (or 0xDEA903) is known color: Gamboge. HEX triplet: DE, A9 and 03. RGB value is (222,169,3). Sum of RGB (Red+Green+Blue) = 222+169+3=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA903 is #2156FC. Grayscale: #A6A6A6. Windows color (decimal): -2184957 or 240094. OLE color: 240094.
HSL color Cylindrical-coordinate representation of color #DEA903: hue angle of 45.48º 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 #DEA903 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.13 |
| HSL | 45.48º | 0.97% | 0.44% | - |
| HSV(B) | 45.48º | 0.99% | 0.87% | - |
| XYZ | 44.33 | 43.91 | 6.23 | - |
| YUV | 165.92 | 36.06 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 3 | 0 | 0.24 | 0.99 | 0.13 | 45.48 | 0.97 | 0.44 |
| Hex | DE | A9 | 3 | 0 | 18 | 63 | D | 2D | 61 | 2C |
| Octal | 336 | 251 | 3 | 0 | 30 | 143 | 15 | 55 | 141 | 54 |
| Binary | 11011110 | 10101001 | 11 | 0 | 11000 | 1100011 | 1101 | 101101 | 1100001 | 101100 |
Color Harmonies of #DEA903
Complementary color
Monochromatic Colors of #DEA903
Black with #DEA903
Text Example
Text Example
White with #DEA903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA903; }
p { color: rgb(222,169,3); }
H1.HeaderClassName
{
color: #DEA903;
}
.AnyTagClassName
{
color: #DEA903;
}
</style>
background-color css
<style>
a { background-color: #DEA903; }
a { background-color: rgb(222,169,3); }
div.DivClassName
{
background-color: #DEA903;
}
.BgClassName
{
background-color: #DEA903;
}
</style>
border-color css
<style>
span { border-color: #DEA903; }
span { border-color: rgb(222,169,3); }
td.TdClassName
{
border-color: #DEA903;
}
.TagClassName
{
border-color: #DEA903;
}
</style>