Shades of Gamboge #DE9C0A
Tints of Gamboge #DE9C0A
RGB
CMYK
RGB Variations
Color information
#DE9C0A (or 0xDE9C0A) is known color: Gamboge. HEX triplet: DE, 9C and 0A. RGB value is (222,156,10). Sum of RGB (Red+Green+Blue) = 222+156+10=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C0A is #2163F5. Grayscale: #9F9F9F. Windows color (decimal): -2188278 or 695518. OLE color: 695518.
HSL color Cylindrical-coordinate representation of color #DE9C0A: hue angle of 41.32º 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 #DE9C0A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.13 |
| HSL | 41.32º | 0.91% | 0.45% | - |
| HSV(B) | 41.32º | 0.95% | 0.87% | - |
| XYZ | 42.07 | 39.33 | 5.66 | - |
| YUV | 159.09 | 43.87 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 10 | 0 | 0.30 | 0.95 | 0.13 | 41.32 | 0.91 | 0.45 |
| Hex | DE | 9C | A | 0 | 1E | 5F | D | 29 | 5B | 2D |
| Octal | 336 | 234 | 12 | 0 | 36 | 137 | 15 | 51 | 133 | 55 |
| Binary | 11011110 | 10011100 | 1010 | 0 | 11110 | 1011111 | 1101 | 101001 | 1011011 | 101101 |
Color Harmonies of #DE9C0A
Complementary color
Monochromatic Colors of #DE9C0A
Black with #DE9C0A
Text Example
Text Example
White with #DE9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C0A; }
p { color: rgb(222,156,10); }
H1.HeaderClassName
{
color: #DE9C0A;
}
.AnyTagClassName
{
color: #DE9C0A;
}
</style>
background-color css
<style>
a { background-color: #DE9C0A; }
a { background-color: rgb(222,156,10); }
div.DivClassName
{
background-color: #DE9C0A;
}
.BgClassName
{
background-color: #DE9C0A;
}
</style>
border-color css
<style>
span { border-color: #DE9C0A; }
span { border-color: rgb(222,156,10); }
td.TdClassName
{
border-color: #DE9C0A;
}
.TagClassName
{
border-color: #DE9C0A;
}
</style>