Shades of Gamboge #DEA30A
Tints of Gamboge #DEA30A
RGB
CMYK
RGB Variations
Color information
#DEA30A (or 0xDEA30A) is known color: Gamboge. HEX triplet: DE, A3 and 0A. RGB value is (222,163,10). Sum of RGB (Red+Green+Blue) = 222+163+10=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA30A is #215CF5. Grayscale: #A3A3A3. Windows color (decimal): -2186486 or 697310. OLE color: 697310.
HSL color Cylindrical-coordinate representation of color #DEA30A: hue angle of 43.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA30A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 43.3º | 0.91% | 0.45% | - |
| HSV(B) | 43.3º | 0.95% | 0.87% | - |
| XYZ | 43.28 | 41.75 | 6.06 | - |
| YUV | 163.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 10 | 0 | 0.27 | 0.95 | 0.13 | 43.3 | 0.91 | 0.45 |
| Hex | DE | A3 | A | 0 | 1B | 5F | D | 2B | 5B | 2D |
| Octal | 336 | 243 | 12 | 0 | 33 | 137 | 15 | 53 | 133 | 55 |
| Binary | 11011110 | 10100011 | 1010 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011011 | 101101 |
Color Harmonies of #DEA30A
Complementary color
Monochromatic Colors of #DEA30A
Black with #DEA30A
Text Example
Text Example
White with #DEA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA30A; }
p { color: rgb(222,163,10); }
H1.HeaderClassName
{
color: #DEA30A;
}
.AnyTagClassName
{
color: #DEA30A;
}
</style>
background-color css
<style>
a { background-color: #DEA30A; }
a { background-color: rgb(222,163,10); }
div.DivClassName
{
background-color: #DEA30A;
}
.BgClassName
{
background-color: #DEA30A;
}
</style>
border-color css
<style>
span { border-color: #DEA30A; }
span { border-color: rgb(222,163,10); }
td.TdClassName
{
border-color: #DEA30A;
}
.TagClassName
{
border-color: #DEA30A;
}
</style>