Shades of Gamboge #DC9111
Tints of Gamboge #DC9111
RGB
CMYK
RGB Variations
Color information
#DC9111 (or 0xDC9111) is known color: Gamboge. HEX triplet: DC, 91 and 11. RGB value is (220,145,17). Sum of RGB (Red+Green+Blue) = 220+145+17=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9111 is #236EEE. Grayscale: #999999. Windows color (decimal): -2322159 or 1151452. OLE color: 1151452.
HSL color Cylindrical-coordinate representation of color #DC9111: hue angle of 37.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC9111 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 17 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.14 |
| HSL | 37.83º | 0.86% | 0.46% | - |
| HSV(B) | 37.83º | 0.92% | 0.86% | - |
| XYZ | 39.74 | 35.51 | 5.29 | - |
| YUV | 152.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 17 | 0 | 0.34 | 0.92 | 0.14 | 37.83 | 0.86 | 0.46 |
| Hex | DC | 91 | 11 | 0 | 22 | 5C | E | 26 | 56 | 2E |
| Octal | 334 | 221 | 21 | 0 | 42 | 134 | 16 | 46 | 126 | 56 |
| Binary | 11011100 | 10010001 | 10001 | 0 | 100010 | 1011100 | 1110 | 100110 | 1010110 | 101110 |
Color Harmonies of #DC9111
Complementary color
Monochromatic Colors of #DC9111
Black with #DC9111
Text Example
Text Example
White with #DC9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9111; }
p { color: rgb(220,145,17); }
H1.HeaderClassName
{
color: #DC9111;
}
.AnyTagClassName
{
color: #DC9111;
}
</style>
background-color css
<style>
a { background-color: #DC9111; }
a { background-color: rgb(220,145,17); }
div.DivClassName
{
background-color: #DC9111;
}
.BgClassName
{
background-color: #DC9111;
}
</style>
border-color css
<style>
span { border-color: #DC9111; }
span { border-color: rgb(220,145,17); }
td.TdClassName
{
border-color: #DC9111;
}
.TagClassName
{
border-color: #DC9111;
}
</style>