Shades of Gamboge #DC9D13
Tints of Gamboge #DC9D13
RGB
CMYK
RGB Variations
Color information
#DC9D13 (or 0xDC9D13) is known color: Gamboge. HEX triplet: DC, 9D and 13. RGB value is (220,157,19). Sum of RGB (Red+Green+Blue) = 220+157+19=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D13 is #2362EC. Grayscale: #A0A0A0. Windows color (decimal): -2319085 or 1285596. OLE color: 1285596.
HSL color Cylindrical-coordinate representation of color #DC9D13: hue angle of 41.19º 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 #DC9D13 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 19 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.14 |
| HSL | 41.19º | 0.84% | 0.47% | - |
| HSV(B) | 41.19º | 0.91% | 0.86% | - |
| XYZ | 41.69 | 39.38 | 6.02 | - |
| YUV | 160.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 19 | 0 | 0.29 | 0.91 | 0.14 | 41.19 | 0.84 | 0.47 |
| Hex | DC | 9D | 13 | 0 | 1D | 5B | E | 29 | 54 | 2F |
| Octal | 334 | 235 | 23 | 0 | 35 | 133 | 16 | 51 | 124 | 57 |
| Binary | 11011100 | 10011101 | 10011 | 0 | 11101 | 1011011 | 1110 | 101001 | 1010100 | 101111 |
Color Harmonies of #DC9D13
Complementary color
Monochromatic Colors of #DC9D13
Black with #DC9D13
Text Example
Text Example
White with #DC9D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D13; }
p { color: rgb(220,157,19); }
H1.HeaderClassName
{
color: #DC9D13;
}
.AnyTagClassName
{
color: #DC9D13;
}
</style>
background-color css
<style>
a { background-color: #DC9D13; }
a { background-color: rgb(220,157,19); }
div.DivClassName
{
background-color: #DC9D13;
}
.BgClassName
{
background-color: #DC9D13;
}
</style>
border-color css
<style>
span { border-color: #DC9D13; }
span { border-color: rgb(220,157,19); }
td.TdClassName
{
border-color: #DC9D13;
}
.TagClassName
{
border-color: #DC9D13;
}
</style>