Shades of Gamboge #DC8412
Tints of Gamboge #DC8412
RGB
CMYK
RGB Variations
Color information
#DC8412 (or 0xDC8412) is known color: Gamboge. HEX triplet: DC, 84 and 12. RGB value is (220,132,18). Sum of RGB (Red+Green+Blue) = 220+132+18=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8412 is #237BED. Grayscale: #919191. Windows color (decimal): -2325486 or 1213660. OLE color: 1213660.
HSL color Cylindrical-coordinate representation of color #DC8412: hue angle of 33.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8412 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.14 |
| HSL | 33.86º | 0.85% | 0.47% | - |
| HSV(B) | 33.86º | 0.92% | 0.86% | - |
| XYZ | 37.88 | 31.76 | 4.71 | - |
| YUV | 145.32 | 56.15 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 18 | 0 | 0.40 | 0.92 | 0.14 | 33.86 | 0.85 | 0.47 |
| Hex | DC | 84 | 12 | 0 | 28 | 5C | E | 22 | 55 | 2F |
| Octal | 334 | 204 | 22 | 0 | 50 | 134 | 16 | 42 | 125 | 57 |
| Binary | 11011100 | 10000100 | 10010 | 0 | 101000 | 1011100 | 1110 | 100010 | 1010101 | 101111 |
Color Harmonies of #DC8412
Complementary color
Monochromatic Colors of #DC8412
Black with #DC8412
Text Example
Text Example
White with #DC8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8412; }
p { color: rgb(220,132,18); }
H1.HeaderClassName
{
color: #DC8412;
}
.AnyTagClassName
{
color: #DC8412;
}
</style>
background-color css
<style>
a { background-color: #DC8412; }
a { background-color: rgb(220,132,18); }
div.DivClassName
{
background-color: #DC8412;
}
.BgClassName
{
background-color: #DC8412;
}
</style>
border-color css
<style>
span { border-color: #DC8412; }
span { border-color: rgb(220,132,18); }
td.TdClassName
{
border-color: #DC8412;
}
.TagClassName
{
border-color: #DC8412;
}
</style>