Shades of Gamboge #DC8915
Tints of Gamboge #DC8915
RGB
CMYK
RGB Variations
Color information
#DC8915 (or 0xDC8915) is known color: Gamboge. HEX triplet: DC, 89 and 15. RGB value is (220,137,21). Sum of RGB (Red+Green+Blue) = 220+137+21=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8915 is #2376EA. Grayscale: #959595. Windows color (decimal): -2324203 or 1411548. OLE color: 1411548.
HSL color Cylindrical-coordinate representation of color #DC8915: hue angle of 34.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8915 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.14 |
| HSL | 34.97º | 0.83% | 0.47% | - |
| HSV(B) | 34.97º | 0.9% | 0.86% | - |
| XYZ | 38.6 | 33.16 | 5.08 | - |
| YUV | 148.59 | 56 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 21 | 0 | 0.38 | 0.90 | 0.14 | 34.97 | 0.83 | 0.47 |
| Hex | DC | 89 | 15 | 0 | 26 | 5A | E | 23 | 53 | 2F |
| Octal | 334 | 211 | 25 | 0 | 46 | 132 | 16 | 43 | 123 | 57 |
| Binary | 11011100 | 10001001 | 10101 | 0 | 100110 | 1011010 | 1110 | 100011 | 1010011 | 101111 |
Color Harmonies of #DC8915
Complementary color
Monochromatic Colors of #DC8915
Black with #DC8915
Text Example
Text Example
White with #DC8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8915; }
p { color: rgb(220,137,21); }
H1.HeaderClassName
{
color: #DC8915;
}
.AnyTagClassName
{
color: #DC8915;
}
</style>
background-color css
<style>
a { background-color: #DC8915; }
a { background-color: rgb(220,137,21); }
div.DivClassName
{
background-color: #DC8915;
}
.BgClassName
{
background-color: #DC8915;
}
</style>
border-color css
<style>
span { border-color: #DC8915; }
span { border-color: rgb(220,137,21); }
td.TdClassName
{
border-color: #DC8915;
}
.TagClassName
{
border-color: #DC8915;
}
</style>