Shades of Gamboge #DC9301
Tints of Gamboge #DC9301
RGB
CMYK
RGB Variations
Color information
#DC9301 (or 0xDC9301) is known color: Gamboge. HEX triplet: DC, 93 and 01. RGB value is (220,147,1). Sum of RGB (Red+Green+Blue) = 220+147+1=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9301 is #236CFE. Grayscale: #989898. Windows color (decimal): -2321663 or 103388. OLE color: 103388.
HSL color Cylindrical-coordinate representation of color #DC9301: hue angle of 40º 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 #DC9301 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.14 |
| HSL | 40º | 0.99% | 0.43% | - |
| HSV(B) | 40º | 1% | 0.86% | - |
| XYZ | 39.95 | 36.09 | 4.89 | - |
| YUV | 152.18 | 42.68 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 1 | 0 | 0.33 | 1.00 | 0.14 | 40 | 0.99 | 0.43 |
| Hex | DC | 93 | 1 | 0 | 21 | 64 | E | 28 | 63 | 2B |
| Octal | 334 | 223 | 1 | 0 | 41 | 144 | 16 | 50 | 143 | 53 |
| Binary | 11011100 | 10010011 | 1 | 0 | 100001 | 1100100 | 1110 | 101000 | 1100011 | 101011 |
Color Harmonies of #DC9301
Complementary color
Monochromatic Colors of #DC9301
Black with #DC9301
Text Example
Text Example
White with #DC9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9301; }
p { color: rgb(220,147,1); }
H1.HeaderClassName
{
color: #DC9301;
}
.AnyTagClassName
{
color: #DC9301;
}
</style>
background-color css
<style>
a { background-color: #DC9301; }
a { background-color: rgb(220,147,1); }
div.DivClassName
{
background-color: #DC9301;
}
.BgClassName
{
background-color: #DC9301;
}
</style>
border-color css
<style>
span { border-color: #DC9301; }
span { border-color: rgb(220,147,1); }
td.TdClassName
{
border-color: #DC9301;
}
.TagClassName
{
border-color: #DC9301;
}
</style>