Shades of Gamboge #DC8810
Tints of Gamboge #DC8810
RGB
CMYK
RGB Variations
Color information
#DC8810 (or 0xDC8810) is known color: Gamboge. HEX triplet: DC, 88 and 10. RGB value is (220,136,16). Sum of RGB (Red+Green+Blue) = 220+136+16=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8810 is #2377EF. Grayscale: #949494. Windows color (decimal): -2324464 or 1083612. OLE color: 1083612.
HSL color Cylindrical-coordinate representation of color #DC8810: hue angle of 35.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC8810 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.14 |
| HSL | 35.29º | 0.86% | 0.46% | - |
| HSV(B) | 35.29º | 0.93% | 0.86% | - |
| XYZ | 38.41 | 32.86 | 4.81 | - |
| YUV | 147.44 | 53.83 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 16 | 0 | 0.38 | 0.93 | 0.14 | 35.29 | 0.86 | 0.46 |
| Hex | DC | 88 | 10 | 0 | 26 | 5D | E | 23 | 56 | 2E |
| Octal | 334 | 210 | 20 | 0 | 46 | 135 | 16 | 43 | 126 | 56 |
| Binary | 11011100 | 10001000 | 10000 | 0 | 100110 | 1011101 | 1110 | 100011 | 1010110 | 101110 |
Color Harmonies of #DC8810
Complementary color
Monochromatic Colors of #DC8810
Black with #DC8810
Text Example
Text Example
White with #DC8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8810; }
p { color: rgb(220,136,16); }
H1.HeaderClassName
{
color: #DC8810;
}
.AnyTagClassName
{
color: #DC8810;
}
</style>
background-color css
<style>
a { background-color: #DC8810; }
a { background-color: rgb(220,136,16); }
div.DivClassName
{
background-color: #DC8810;
}
.BgClassName
{
background-color: #DC8810;
}
</style>
border-color css
<style>
span { border-color: #DC8810; }
span { border-color: rgb(220,136,16); }
td.TdClassName
{
border-color: #DC8810;
}
.TagClassName
{
border-color: #DC8810;
}
</style>