Shades of Gamboge #DC9601
Tints of Gamboge #DC9601
RGB
CMYK
RGB Variations
Color information
#DC9601 (or 0xDC9601) is known color: Gamboge. HEX triplet: DC, 96 and 01. RGB value is (220,150,1). Sum of RGB (Red+Green+Blue) = 220+150+1=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9601 is #2369FE. Grayscale: #9A9A9A. Windows color (decimal): -2320895 or 104156. OLE color: 104156.
HSL color Cylindrical-coordinate representation of color #DC9601: hue angle of 40.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC9601 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.14 |
| HSL | 40.82º | 0.99% | 0.43% | - |
| HSV(B) | 40.82º | 1% | 0.86% | - |
| XYZ | 40.43 | 37.03 | 5.05 | - |
| YUV | 153.94 | 41.69 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 1 | 0 | 0.32 | 1.00 | 0.14 | 40.82 | 0.99 | 0.43 |
| Hex | DC | 96 | 1 | 0 | 20 | 64 | E | 29 | 63 | 2B |
| Octal | 334 | 226 | 1 | 0 | 40 | 144 | 16 | 51 | 143 | 53 |
| Binary | 11011100 | 10010110 | 1 | 0 | 100000 | 1100100 | 1110 | 101001 | 1100011 | 101011 |
Color Harmonies of #DC9601
Complementary color
Monochromatic Colors of #DC9601
Black with #DC9601
Text Example
Text Example
White with #DC9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9601; }
p { color: rgb(220,150,1); }
H1.HeaderClassName
{
color: #DC9601;
}
.AnyTagClassName
{
color: #DC9601;
}
</style>
background-color css
<style>
a { background-color: #DC9601; }
a { background-color: rgb(220,150,1); }
div.DivClassName
{
background-color: #DC9601;
}
.BgClassName
{
background-color: #DC9601;
}
</style>
border-color css
<style>
span { border-color: #DC9601; }
span { border-color: rgb(220,150,1); }
td.TdClassName
{
border-color: #DC9601;
}
.TagClassName
{
border-color: #DC9601;
}
</style>