Shades of Gamboge #DC8411
Tints of Gamboge #DC8411
RGB
CMYK
RGB Variations
Color information
#DC8411 (or 0xDC8411) is known color: Gamboge. HEX triplet: DC, 84 and 11. RGB value is (220,132,17). Sum of RGB (Red+Green+Blue) = 220+132+17=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8411 is #237BEE. Grayscale: #919191. Windows color (decimal): -2325487 or 1148124. OLE color: 1148124.
HSL color Cylindrical-coordinate representation of color #DC8411: hue angle of 33.99º 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 #DC8411 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.14 |
| HSL | 33.99º | 0.86% | 0.46% | - |
| HSV(B) | 33.99º | 0.92% | 0.86% | - |
| XYZ | 37.87 | 31.76 | 4.66 | - |
| YUV | 145.2 | 55.65 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 17 | 0 | 0.40 | 0.92 | 0.14 | 33.99 | 0.86 | 0.46 |
| Hex | DC | 84 | 11 | 0 | 28 | 5C | E | 22 | 56 | 2E |
| Octal | 334 | 204 | 21 | 0 | 50 | 134 | 16 | 42 | 126 | 56 |
| Binary | 11011100 | 10000100 | 10001 | 0 | 101000 | 1011100 | 1110 | 100010 | 1010110 | 101110 |
Color Harmonies of #DC8411
Complementary color
Monochromatic Colors of #DC8411
Black with #DC8411
Text Example
Text Example
White with #DC8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8411; }
p { color: rgb(220,132,17); }
H1.HeaderClassName
{
color: #DC8411;
}
.AnyTagClassName
{
color: #DC8411;
}
</style>
background-color css
<style>
a { background-color: #DC8411; }
a { background-color: rgb(220,132,17); }
div.DivClassName
{
background-color: #DC8411;
}
.BgClassName
{
background-color: #DC8411;
}
</style>
border-color css
<style>
span { border-color: #DC8411; }
span { border-color: rgb(220,132,17); }
td.TdClassName
{
border-color: #DC8411;
}
.TagClassName
{
border-color: #DC8411;
}
</style>