Shades of Gamboge #DC9C17
Tints of Gamboge #DC9C17
RGB
CMYK
RGB Variations
Color information
#DC9C17 (or 0xDC9C17) is known color: Gamboge. HEX triplet: DC, 9C and 17. RGB value is (220,156,23). Sum of RGB (Red+Green+Blue) = 220+156+23=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C17 is #2363E8. Grayscale: #A0A0A0. Windows color (decimal): -2319337 or 1547484. OLE color: 1547484.
HSL color Cylindrical-coordinate representation of color #DC9C17: hue angle of 40.51º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9C17 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.14 |
| HSL | 40.51º | 0.81% | 0.48% | - |
| HSV(B) | 40.51º | 0.9% | 0.86% | - |
| XYZ | 41.56 | 39.05 | 6.16 | - |
| YUV | 159.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 23 | 0 | 0.29 | 0.90 | 0.14 | 40.51 | 0.81 | 0.48 |
| Hex | DC | 9C | 17 | 0 | 1D | 5A | E | 29 | 51 | 30 |
| Octal | 334 | 234 | 27 | 0 | 35 | 132 | 16 | 51 | 121 | 60 |
| Binary | 11011100 | 10011100 | 10111 | 0 | 11101 | 1011010 | 1110 | 101001 | 1010001 | 110000 |
Color Harmonies of #DC9C17
Complementary color
Monochromatic Colors of #DC9C17
Black with #DC9C17
Text Example
Text Example
White with #DC9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C17; }
p { color: rgb(220,156,23); }
H1.HeaderClassName
{
color: #DC9C17;
}
.AnyTagClassName
{
color: #DC9C17;
}
</style>
background-color css
<style>
a { background-color: #DC9C17; }
a { background-color: rgb(220,156,23); }
div.DivClassName
{
background-color: #DC9C17;
}
.BgClassName
{
background-color: #DC9C17;
}
</style>
border-color css
<style>
span { border-color: #DC9C17; }
span { border-color: rgb(220,156,23); }
td.TdClassName
{
border-color: #DC9C17;
}
.TagClassName
{
border-color: #DC9C17;
}
</style>