Shades of Gamboge #DEA30F
Tints of Gamboge #DEA30F
RGB
CMYK
RGB Variations
Color information
#DEA30F (or 0xDEA30F) is known color: Gamboge. HEX triplet: DE, A3 and 0F. RGB value is (222,163,15). Sum of RGB (Red+Green+Blue) = 222+163+15=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA30F is #215CF0. Grayscale: #A4A4A4. Windows color (decimal): -2186481 or 1024990. OLE color: 1024990.
HSL color Cylindrical-coordinate representation of color #DEA30F: hue angle of 42.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEA30F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.13 |
| HSL | 42.9º | 0.87% | 0.46% | - |
| HSV(B) | 42.9º | 0.93% | 0.87% | - |
| XYZ | 43.31 | 41.76 | 6.23 | - |
| YUV | 163.77 | 44.05 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 15 | 0 | 0.27 | 0.93 | 0.13 | 42.9 | 0.87 | 0.46 |
| Hex | DE | A3 | F | 0 | 1B | 5D | D | 2B | 57 | 2E |
| Octal | 336 | 243 | 17 | 0 | 33 | 135 | 15 | 53 | 127 | 56 |
| Binary | 11011110 | 10100011 | 1111 | 0 | 11011 | 1011101 | 1101 | 101011 | 1010111 | 101110 |
Color Harmonies of #DEA30F
Complementary color
Monochromatic Colors of #DEA30F
Black with #DEA30F
Text Example
Text Example
White with #DEA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA30F; }
p { color: rgb(222,163,15); }
H1.HeaderClassName
{
color: #DEA30F;
}
.AnyTagClassName
{
color: #DEA30F;
}
</style>
background-color css
<style>
a { background-color: #DEA30F; }
a { background-color: rgb(222,163,15); }
div.DivClassName
{
background-color: #DEA30F;
}
.BgClassName
{
background-color: #DEA30F;
}
</style>
border-color css
<style>
span { border-color: #DEA30F; }
span { border-color: rgb(222,163,15); }
td.TdClassName
{
border-color: #DEA30F;
}
.TagClassName
{
border-color: #DEA30F;
}
</style>