Shades of Gamboge #DC8910
Tints of Gamboge #DC8910
RGB
CMYK
RGB Variations
Color information
#DC8910 (or 0xDC8910) is known color: Gamboge. HEX triplet: DC, 89 and 10. RGB value is (220,137,16). Sum of RGB (Red+Green+Blue) = 220+137+16=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8910 is #2376EF. Grayscale: #949494. Windows color (decimal): -2324208 or 1083868. OLE color: 1083868.
HSL color Cylindrical-coordinate representation of color #DC8910: hue angle of 35.59º 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 #DC8910 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.14 |
| HSL | 35.59º | 0.86% | 0.46% | - |
| HSV(B) | 35.59º | 0.93% | 0.86% | - |
| XYZ | 38.55 | 33.14 | 4.86 | - |
| YUV | 148.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 16 | 0 | 0.38 | 0.93 | 0.14 | 35.59 | 0.86 | 0.46 |
| Hex | DC | 89 | 10 | 0 | 26 | 5D | E | 24 | 56 | 2E |
| Octal | 334 | 211 | 20 | 0 | 46 | 135 | 16 | 44 | 126 | 56 |
| Binary | 11011100 | 10001001 | 10000 | 0 | 100110 | 1011101 | 1110 | 100100 | 1010110 | 101110 |
Color Harmonies of #DC8910
Complementary color
Monochromatic Colors of #DC8910
Black with #DC8910
Text Example
Text Example
White with #DC8910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8910; }
p { color: rgb(220,137,16); }
H1.HeaderClassName
{
color: #DC8910;
}
.AnyTagClassName
{
color: #DC8910;
}
</style>
background-color css
<style>
a { background-color: #DC8910; }
a { background-color: rgb(220,137,16); }
div.DivClassName
{
background-color: #DC8910;
}
.BgClassName
{
background-color: #DC8910;
}
</style>
border-color css
<style>
span { border-color: #DC8910; }
span { border-color: rgb(220,137,16); }
td.TdClassName
{
border-color: #DC8910;
}
.TagClassName
{
border-color: #DC8910;
}
</style>