Shades of Gamboge #DC9717
Tints of Gamboge #DC9717
RGB
CMYK
RGB Variations
Color information
#DC9717 (or 0xDC9717) is known color: Gamboge. HEX triplet: DC, 97 and 17. RGB value is (220,151,23). Sum of RGB (Red+Green+Blue) = 220+151+23=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9717 is #2368E8. Grayscale: #9D9D9D. Windows color (decimal): -2320617 or 1546204. OLE color: 1546204.
HSL color Cylindrical-coordinate representation of color #DC9717: hue angle of 38.98º 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 #DC9717 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.14 |
| HSL | 38.98º | 0.81% | 0.48% | - |
| HSV(B) | 38.98º | 0.9% | 0.86% | - |
| XYZ | 40.74 | 37.41 | 5.88 | - |
| YUV | 157.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 23 | 0 | 0.31 | 0.90 | 0.14 | 38.98 | 0.81 | 0.48 |
| Hex | DC | 97 | 17 | 0 | 1F | 5A | E | 27 | 51 | 30 |
| Octal | 334 | 227 | 27 | 0 | 37 | 132 | 16 | 47 | 121 | 60 |
| Binary | 11011100 | 10010111 | 10111 | 0 | 11111 | 1011010 | 1110 | 100111 | 1010001 | 110000 |
Color Harmonies of #DC9717
Complementary color
Monochromatic Colors of #DC9717
Black with #DC9717
Text Example
Text Example
White with #DC9717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9717; }
p { color: rgb(220,151,23); }
H1.HeaderClassName
{
color: #DC9717;
}
.AnyTagClassName
{
color: #DC9717;
}
</style>
background-color css
<style>
a { background-color: #DC9717; }
a { background-color: rgb(220,151,23); }
div.DivClassName
{
background-color: #DC9717;
}
.BgClassName
{
background-color: #DC9717;
}
</style>
border-color css
<style>
span { border-color: #DC9717; }
span { border-color: rgb(220,151,23); }
td.TdClassName
{
border-color: #DC9717;
}
.TagClassName
{
border-color: #DC9717;
}
</style>