Shades of Gamboge #DC850D
Tints of Gamboge #DC850D
RGB
CMYK
RGB Variations
Color information
#DC850D (or 0xDC850D) is known color: Gamboge. HEX triplet: DC, 85 and 0D. RGB value is (220,133,13). Sum of RGB (Red+Green+Blue) = 220+133+13=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC850D is #237AF2. Grayscale: #919191. Windows color (decimal): -2325235 or 886236. OLE color: 886236.
HSL color Cylindrical-coordinate representation of color #DC850D: hue angle of 34.78º degrees, saturation: 0.89, 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 #DC850D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.14 |
| HSL | 34.78º | 0.89% | 0.46% | - |
| HSV(B) | 34.78º | 0.94% | 0.86% | - |
| XYZ | 37.98 | 32.02 | 4.56 | - |
| YUV | 145.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 13 | 0 | 0.40 | 0.94 | 0.14 | 34.78 | 0.89 | 0.46 |
| Hex | DC | 85 | D | 0 | 28 | 5E | E | 23 | 59 | 2E |
| Octal | 334 | 205 | 15 | 0 | 50 | 136 | 16 | 43 | 131 | 56 |
| Binary | 11011100 | 10000101 | 1101 | 0 | 101000 | 1011110 | 1110 | 100011 | 1011001 | 101110 |
Color Harmonies of #DC850D
Complementary color
Monochromatic Colors of #DC850D
Black with #DC850D
Text Example
Text Example
White with #DC850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC850D; }
p { color: rgb(220,133,13); }
H1.HeaderClassName
{
color: #DC850D;
}
.AnyTagClassName
{
color: #DC850D;
}
</style>
background-color css
<style>
a { background-color: #DC850D; }
a { background-color: rgb(220,133,13); }
div.DivClassName
{
background-color: #DC850D;
}
.BgClassName
{
background-color: #DC850D;
}
</style>
border-color css
<style>
span { border-color: #DC850D; }
span { border-color: rgb(220,133,13); }
td.TdClassName
{
border-color: #DC850D;
}
.TagClassName
{
border-color: #DC850D;
}
</style>