Shades of Gamboge #DC9917
Tints of Gamboge #DC9917
RGB
CMYK
RGB Variations
Color information
#DC9917 (or 0xDC9917) is known color: Gamboge. HEX triplet: DC, 99 and 17. RGB value is (220,153,23). Sum of RGB (Red+Green+Blue) = 220+153+23=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9917 is #2366E8. Grayscale: #9E9E9E. Windows color (decimal): -2320105 or 1546716. OLE color: 1546716.
HSL color Cylindrical-coordinate representation of color #DC9917: hue angle of 39.59º 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 #DC9917 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.14 |
| HSL | 39.59º | 0.81% | 0.48% | - |
| HSV(B) | 39.59º | 0.9% | 0.86% | - |
| XYZ | 41.06 | 38.06 | 5.99 | - |
| YUV | 158.21 | 51.7 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 23 | 0 | 0.30 | 0.90 | 0.14 | 39.59 | 0.81 | 0.48 |
| Hex | DC | 99 | 17 | 0 | 1E | 5A | E | 28 | 51 | 30 |
| Octal | 334 | 231 | 27 | 0 | 36 | 132 | 16 | 50 | 121 | 60 |
| Binary | 11011100 | 10011001 | 10111 | 0 | 11110 | 1011010 | 1110 | 101000 | 1010001 | 110000 |
Color Harmonies of #DC9917
Complementary color
Monochromatic Colors of #DC9917
Black with #DC9917
Text Example
Text Example
White with #DC9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9917; }
p { color: rgb(220,153,23); }
H1.HeaderClassName
{
color: #DC9917;
}
.AnyTagClassName
{
color: #DC9917;
}
</style>
background-color css
<style>
a { background-color: #DC9917; }
a { background-color: rgb(220,153,23); }
div.DivClassName
{
background-color: #DC9917;
}
.BgClassName
{
background-color: #DC9917;
}
</style>
border-color css
<style>
span { border-color: #DC9917; }
span { border-color: rgb(220,153,23); }
td.TdClassName
{
border-color: #DC9917;
}
.TagClassName
{
border-color: #DC9917;
}
</style>