Shades of Gamboge #DC9F13
Tints of Gamboge #DC9F13
RGB
CMYK
RGB Variations
Color information
#DC9F13 (or 0xDC9F13) is known color: Gamboge. HEX triplet: DC, 9F and 13. RGB value is (220,159,19). Sum of RGB (Red+Green+Blue) = 220+159+19=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F13 is #2360EC. Grayscale: #A1A1A1. Windows color (decimal): -2318573 or 1286108. OLE color: 1286108.
HSL color Cylindrical-coordinate representation of color #DC9F13: hue angle of 41.79º 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 #DC9F13 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 19 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.14 |
| HSL | 41.79º | 0.84% | 0.47% | - |
| HSV(B) | 41.79º | 0.91% | 0.86% | - |
| XYZ | 42.03 | 40.06 | 6.13 | - |
| YUV | 161.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 19 | 0 | 0.28 | 0.91 | 0.14 | 41.79 | 0.84 | 0.47 |
| Hex | DC | 9F | 13 | 0 | 1C | 5B | E | 2A | 54 | 2F |
| Octal | 334 | 237 | 23 | 0 | 34 | 133 | 16 | 52 | 124 | 57 |
| Binary | 11011100 | 10011111 | 10011 | 0 | 11100 | 1011011 | 1110 | 101010 | 1010100 | 101111 |
Color Harmonies of #DC9F13
Complementary color
Monochromatic Colors of #DC9F13
Black with #DC9F13
Text Example
Text Example
White with #DC9F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F13; }
p { color: rgb(220,159,19); }
H1.HeaderClassName
{
color: #DC9F13;
}
.AnyTagClassName
{
color: #DC9F13;
}
</style>
background-color css
<style>
a { background-color: #DC9F13; }
a { background-color: rgb(220,159,19); }
div.DivClassName
{
background-color: #DC9F13;
}
.BgClassName
{
background-color: #DC9F13;
}
</style>
border-color css
<style>
span { border-color: #DC9F13; }
span { border-color: rgb(220,159,19); }
td.TdClassName
{
border-color: #DC9F13;
}
.TagClassName
{
border-color: #DC9F13;
}
</style>