Shades of Gamboge #DC9D18
Tints of Gamboge #DC9D18
RGB
CMYK
RGB Variations
Color information
#DC9D18 (or 0xDC9D18) is known color: Gamboge. HEX triplet: DC, 9D and 18. RGB value is (220,157,24). Sum of RGB (Red+Green+Blue) = 220+157+24=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D18 is #2362E7. Grayscale: #A1A1A1. Windows color (decimal): -2319080 or 1613276. OLE color: 1613276.
HSL color Cylindrical-coordinate representation of color #DC9D18: hue angle of 40.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC9D18 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 24 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.14 |
| HSL | 40.71º | 0.8% | 0.48% | - |
| HSV(B) | 40.71º | 0.89% | 0.86% | - |
| XYZ | 41.74 | 39.4 | 6.27 | - |
| YUV | 160.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 24 | 0 | 0.29 | 0.89 | 0.14 | 40.71 | 0.8 | 0.48 |
| Hex | DC | 9D | 18 | 0 | 1D | 59 | E | 29 | 50 | 30 |
| Octal | 334 | 235 | 30 | 0 | 35 | 131 | 16 | 51 | 120 | 60 |
| Binary | 11011100 | 10011101 | 11000 | 0 | 11101 | 1011001 | 1110 | 101001 | 1010000 | 110000 |
Color Harmonies of #DC9D18
Complementary color
Monochromatic Colors of #DC9D18
Black with #DC9D18
Text Example
Text Example
White with #DC9D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D18; }
p { color: rgb(220,157,24); }
H1.HeaderClassName
{
color: #DC9D18;
}
.AnyTagClassName
{
color: #DC9D18;
}
</style>
background-color css
<style>
a { background-color: #DC9D18; }
a { background-color: rgb(220,157,24); }
div.DivClassName
{
background-color: #DC9D18;
}
.BgClassName
{
background-color: #DC9D18;
}
</style>
border-color css
<style>
span { border-color: #DC9D18; }
span { border-color: rgb(220,157,24); }
td.TdClassName
{
border-color: #DC9D18;
}
.TagClassName
{
border-color: #DC9D18;
}
</style>