Shades of Gamboge #DC8512
Tints of Gamboge #DC8512
RGB
CMYK
RGB Variations
Color information
#DC8512 (or 0xDC8512) is known color: Gamboge. HEX triplet: DC, 85 and 12. RGB value is (220,133,18). Sum of RGB (Red+Green+Blue) = 220+133+18=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8512 is #237AED. Grayscale: #929292. Windows color (decimal): -2325230 or 1213916. OLE color: 1213916.
HSL color Cylindrical-coordinate representation of color #DC8512: hue angle of 34.16º 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 #DC8512 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.14 |
| HSL | 34.16º | 0.85% | 0.47% | - |
| HSV(B) | 34.16º | 0.92% | 0.86% | - |
| XYZ | 38.01 | 32.03 | 4.75 | - |
| YUV | 145.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 18 | 0 | 0.40 | 0.92 | 0.14 | 34.16 | 0.85 | 0.47 |
| Hex | DC | 85 | 12 | 0 | 28 | 5C | E | 22 | 55 | 2F |
| Octal | 334 | 205 | 22 | 0 | 50 | 134 | 16 | 42 | 125 | 57 |
| Binary | 11011100 | 10000101 | 10010 | 0 | 101000 | 1011100 | 1110 | 100010 | 1010101 | 101111 |
Color Harmonies of #DC8512
Complementary color
Monochromatic Colors of #DC8512
Black with #DC8512
Text Example
Text Example
White with #DC8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8512; }
p { color: rgb(220,133,18); }
H1.HeaderClassName
{
color: #DC8512;
}
.AnyTagClassName
{
color: #DC8512;
}
</style>
background-color css
<style>
a { background-color: #DC8512; }
a { background-color: rgb(220,133,18); }
div.DivClassName
{
background-color: #DC8512;
}
.BgClassName
{
background-color: #DC8512;
}
</style>
border-color css
<style>
span { border-color: #DC8512; }
span { border-color: rgb(220,133,18); }
td.TdClassName
{
border-color: #DC8512;
}
.TagClassName
{
border-color: #DC8512;
}
</style>