Shades of Gamboge #DEA30C
Tints of Gamboge #DEA30C
RGB
CMYK
RGB Variations
Color information
#DEA30C (or 0xDEA30C) is known color: Gamboge. HEX triplet: DE, A3 and 0C. RGB value is (222,163,12). Sum of RGB (Red+Green+Blue) = 222+163+12=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA30C is #215CF3. Grayscale: #A4A4A4. Windows color (decimal): -2186484 or 828382. OLE color: 828382.
HSL color Cylindrical-coordinate representation of color #DEA30C: hue angle of 43.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA30C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 43.14º | 0.9% | 0.46% | - |
| HSV(B) | 43.14º | 0.95% | 0.87% | - |
| XYZ | 43.29 | 41.75 | 6.12 | - |
| YUV | 163.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 12 | 0 | 0.27 | 0.95 | 0.13 | 43.14 | 0.9 | 0.46 |
| Hex | DE | A3 | C | 0 | 1B | 5F | D | 2B | 5A | 2E |
| Octal | 336 | 243 | 14 | 0 | 33 | 137 | 15 | 53 | 132 | 56 |
| Binary | 11011110 | 10100011 | 1100 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011010 | 101110 |
Color Harmonies of #DEA30C
Complementary color
Monochromatic Colors of #DEA30C
Black with #DEA30C
Text Example
Text Example
White with #DEA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA30C; }
p { color: rgb(222,163,12); }
H1.HeaderClassName
{
color: #DEA30C;
}
.AnyTagClassName
{
color: #DEA30C;
}
</style>
background-color css
<style>
a { background-color: #DEA30C; }
a { background-color: rgb(222,163,12); }
div.DivClassName
{
background-color: #DEA30C;
}
.BgClassName
{
background-color: #DEA30C;
}
</style>
border-color css
<style>
span { border-color: #DEA30C; }
span { border-color: rgb(222,163,12); }
td.TdClassName
{
border-color: #DEA30C;
}
.TagClassName
{
border-color: #DEA30C;
}
</style>