Shades of Gamboge #DC930E
Tints of Gamboge #DC930E
RGB
CMYK
RGB Variations
Color information
#DC930E (or 0xDC930E) is known color: Gamboge. HEX triplet: DC, 93 and 0E. RGB value is (220,147,14). Sum of RGB (Red+Green+Blue) = 220+147+14=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930E is #236CF1. Grayscale: #9A9A9A. Windows color (decimal): -2321650 or 955356. OLE color: 955356.
HSL color Cylindrical-coordinate representation of color #DC930E: hue angle of 38.74º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC930E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.14 |
| HSL | 38.74º | 0.88% | 0.46% | - |
| HSV(B) | 38.74º | 0.94% | 0.86% | - |
| XYZ | 40.03 | 36.11 | 5.28 | - |
| YUV | 153.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 14 | 0 | 0.33 | 0.94 | 0.14 | 38.74 | 0.88 | 0.46 |
| Hex | DC | 93 | E | 0 | 21 | 5E | E | 27 | 58 | 2E |
| Octal | 334 | 223 | 16 | 0 | 41 | 136 | 16 | 47 | 130 | 56 |
| Binary | 11011100 | 10010011 | 1110 | 0 | 100001 | 1011110 | 1110 | 100111 | 1011000 | 101110 |
Color Harmonies of #DC930E
Complementary color
Monochromatic Colors of #DC930E
Black with #DC930E
Text Example
Text Example
White with #DC930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC930E; }
p { color: rgb(220,147,14); }
H1.HeaderClassName
{
color: #DC930E;
}
.AnyTagClassName
{
color: #DC930E;
}
</style>
background-color css
<style>
a { background-color: #DC930E; }
a { background-color: rgb(220,147,14); }
div.DivClassName
{
background-color: #DC930E;
}
.BgClassName
{
background-color: #DC930E;
}
</style>
border-color css
<style>
span { border-color: #DC930E; }
span { border-color: rgb(220,147,14); }
td.TdClassName
{
border-color: #DC930E;
}
.TagClassName
{
border-color: #DC930E;
}
</style>