Shades of Gamboge #DC8D13
Tints of Gamboge #DC8D13
RGB
CMYK
RGB Variations
Color information
#DC8D13 (or 0xDC8D13) is known color: Gamboge. HEX triplet: DC, 8D and 13. RGB value is (220,141,19). Sum of RGB (Red+Green+Blue) = 220+141+19=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D13 is #2372EC. Grayscale: #979797. Windows color (decimal): -2323181 or 1281500. OLE color: 1281500.
HSL color Cylindrical-coordinate representation of color #DC8D13: hue angle of 36.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC8D13 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.14 |
| HSL | 36.42º | 0.84% | 0.47% | - |
| HSV(B) | 36.42º | 0.91% | 0.86% | - |
| XYZ | 39.16 | 34.31 | 5.18 | - |
| YUV | 150.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 19 | 0 | 0.36 | 0.91 | 0.14 | 36.42 | 0.84 | 0.47 |
| Hex | DC | 8D | 13 | 0 | 24 | 5B | E | 24 | 54 | 2F |
| Octal | 334 | 215 | 23 | 0 | 44 | 133 | 16 | 44 | 124 | 57 |
| Binary | 11011100 | 10001101 | 10011 | 0 | 100100 | 1011011 | 1110 | 100100 | 1010100 | 101111 |
Color Harmonies of #DC8D13
Complementary color
Monochromatic Colors of #DC8D13
Black with #DC8D13
Text Example
Text Example
White with #DC8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D13; }
p { color: rgb(220,141,19); }
H1.HeaderClassName
{
color: #DC8D13;
}
.AnyTagClassName
{
color: #DC8D13;
}
</style>
background-color css
<style>
a { background-color: #DC8D13; }
a { background-color: rgb(220,141,19); }
div.DivClassName
{
background-color: #DC8D13;
}
.BgClassName
{
background-color: #DC8D13;
}
</style>
border-color css
<style>
span { border-color: #DC8D13; }
span { border-color: rgb(220,141,19); }
td.TdClassName
{
border-color: #DC8D13;
}
.TagClassName
{
border-color: #DC8D13;
}
</style>