Shades of Gamboge #DEA30B
Tints of Gamboge #DEA30B
RGB
CMYK
RGB Variations
Color information
#DEA30B (or 0xDEA30B) is known color: Gamboge. HEX triplet: DE, A3 and 0B. RGB value is (222,163,11). Sum of RGB (Red+Green+Blue) = 222+163+11=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA30B is #215CF4. Grayscale: #A3A3A3. Windows color (decimal): -2186485 or 762846. OLE color: 762846.
HSL color Cylindrical-coordinate representation of color #DEA30B: hue angle of 43.22º degrees, saturation: 0.91, 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 #DEA30B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 43.22º | 0.91% | 0.46% | - |
| HSV(B) | 43.22º | 0.95% | 0.87% | - |
| XYZ | 43.28 | 41.75 | 6.09 | - |
| YUV | 163.31 | 42.05 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 11 | 0 | 0.27 | 0.95 | 0.13 | 43.22 | 0.91 | 0.46 |
| Hex | DE | A3 | B | 0 | 1B | 5F | D | 2B | 5B | 2E |
| Octal | 336 | 243 | 13 | 0 | 33 | 137 | 15 | 53 | 133 | 56 |
| Binary | 11011110 | 10100011 | 1011 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011011 | 101110 |
Color Harmonies of #DEA30B
Complementary color
Monochromatic Colors of #DEA30B
Black with #DEA30B
Text Example
Text Example
White with #DEA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA30B; }
p { color: rgb(222,163,11); }
H1.HeaderClassName
{
color: #DEA30B;
}
.AnyTagClassName
{
color: #DEA30B;
}
</style>
background-color css
<style>
a { background-color: #DEA30B; }
a { background-color: rgb(222,163,11); }
div.DivClassName
{
background-color: #DEA30B;
}
.BgClassName
{
background-color: #DEA30B;
}
</style>
border-color css
<style>
span { border-color: #DEA30B; }
span { border-color: rgb(222,163,11); }
td.TdClassName
{
border-color: #DEA30B;
}
.TagClassName
{
border-color: #DEA30B;
}
</style>