Shades of Gamboge #DC9619
Tints of Gamboge #DC9619
RGB
CMYK
RGB Variations
Color information
#DC9619 (or 0xDC9619) is known color: Gamboge. HEX triplet: DC, 96 and 19. RGB value is (220,150,25). Sum of RGB (Red+Green+Blue) = 220+150+25=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9619 is #2369E6. Grayscale: #9D9D9D. Windows color (decimal): -2320871 or 1677020. OLE color: 1677020.
HSL color Cylindrical-coordinate representation of color #DC9619: hue angle of 38.46º 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 #DC9619 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.14 |
| HSL | 38.46º | 0.8% | 0.48% | - |
| HSV(B) | 38.46º | 0.89% | 0.86% | - |
| XYZ | 40.6 | 37.1 | 5.94 | - |
| YUV | 156.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 25 | 0 | 0.32 | 0.89 | 0.14 | 38.46 | 0.8 | 0.48 |
| Hex | DC | 96 | 19 | 0 | 20 | 59 | E | 26 | 50 | 30 |
| Octal | 334 | 226 | 31 | 0 | 40 | 131 | 16 | 46 | 120 | 60 |
| Binary | 11011100 | 10010110 | 11001 | 0 | 100000 | 1011001 | 1110 | 100110 | 1010000 | 110000 |
Color Harmonies of #DC9619
Complementary color
Monochromatic Colors of #DC9619
Black with #DC9619
Text Example
Text Example
White with #DC9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9619; }
p { color: rgb(220,150,25); }
H1.HeaderClassName
{
color: #DC9619;
}
.AnyTagClassName
{
color: #DC9619;
}
</style>
background-color css
<style>
a { background-color: #DC9619; }
a { background-color: rgb(220,150,25); }
div.DivClassName
{
background-color: #DC9619;
}
.BgClassName
{
background-color: #DC9619;
}
</style>
border-color css
<style>
span { border-color: #DC9619; }
span { border-color: rgb(220,150,25); }
td.TdClassName
{
border-color: #DC9619;
}
.TagClassName
{
border-color: #DC9619;
}
</style>