Shades of Gamboge #DC9118
Tints of Gamboge #DC9118
RGB
CMYK
RGB Variations
Color information
#DC9118 (or 0xDC9118) is known color: Gamboge. HEX triplet: DC, 91 and 18. RGB value is (220,145,24). Sum of RGB (Red+Green+Blue) = 220+145+24=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9118 is #236EE7. Grayscale: #9A9A9A. Windows color (decimal): -2322152 or 1610204. OLE color: 1610204.
HSL color Cylindrical-coordinate representation of color #DC9118: hue angle of 37.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC9118 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.14 |
| HSL | 37.04º | 0.8% | 0.48% | - |
| HSV(B) | 37.04º | 0.89% | 0.86% | - |
| XYZ | 39.81 | 35.53 | 5.62 | - |
| YUV | 153.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 24 | 0 | 0.34 | 0.89 | 0.14 | 37.04 | 0.8 | 0.48 |
| Hex | DC | 91 | 18 | 0 | 22 | 59 | E | 25 | 50 | 30 |
| Octal | 334 | 221 | 30 | 0 | 42 | 131 | 16 | 45 | 120 | 60 |
| Binary | 11011100 | 10010001 | 11000 | 0 | 100010 | 1011001 | 1110 | 100101 | 1010000 | 110000 |
Color Harmonies of #DC9118
Complementary color
Monochromatic Colors of #DC9118
Black with #DC9118
Text Example
Text Example
White with #DC9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9118; }
p { color: rgb(220,145,24); }
H1.HeaderClassName
{
color: #DC9118;
}
.AnyTagClassName
{
color: #DC9118;
}
</style>
background-color css
<style>
a { background-color: #DC9118; }
a { background-color: rgb(220,145,24); }
div.DivClassName
{
background-color: #DC9118;
}
.BgClassName
{
background-color: #DC9118;
}
</style>
border-color css
<style>
span { border-color: #DC9118; }
span { border-color: rgb(220,145,24); }
td.TdClassName
{
border-color: #DC9118;
}
.TagClassName
{
border-color: #DC9118;
}
</style>