Shades of Gamboge #DC9401
Tints of Gamboge #DC9401
RGB
CMYK
RGB Variations
Color information
#DC9401 (or 0xDC9401) is known color: Gamboge. HEX triplet: DC, 94 and 01. RGB value is (220,148,1). Sum of RGB (Red+Green+Blue) = 220+148+1=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9401 is #236BFE. Grayscale: #999999. Windows color (decimal): -2321407 or 103644. OLE color: 103644.
HSL color Cylindrical-coordinate representation of color #DC9401: hue angle of 40.27º 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 #DC9401 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.14 |
| HSL | 40.27º | 0.99% | 0.43% | - |
| HSV(B) | 40.27º | 1% | 0.86% | - |
| XYZ | 40.11 | 36.4 | 4.94 | - |
| YUV | 152.77 | 42.35 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 1 | 0 | 0.33 | 1.00 | 0.14 | 40.27 | 0.99 | 0.43 |
| Hex | DC | 94 | 1 | 0 | 21 | 64 | E | 28 | 63 | 2B |
| Octal | 334 | 224 | 1 | 0 | 41 | 144 | 16 | 50 | 143 | 53 |
| Binary | 11011100 | 10010100 | 1 | 0 | 100001 | 1100100 | 1110 | 101000 | 1100011 | 101011 |
Color Harmonies of #DC9401
Complementary color
Monochromatic Colors of #DC9401
Black with #DC9401
Text Example
Text Example
White with #DC9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9401; }
p { color: rgb(220,148,1); }
H1.HeaderClassName
{
color: #DC9401;
}
.AnyTagClassName
{
color: #DC9401;
}
</style>
background-color css
<style>
a { background-color: #DC9401; }
a { background-color: rgb(220,148,1); }
div.DivClassName
{
background-color: #DC9401;
}
.BgClassName
{
background-color: #DC9401;
}
</style>
border-color css
<style>
span { border-color: #DC9401; }
span { border-color: rgb(220,148,1); }
td.TdClassName
{
border-color: #DC9401;
}
.TagClassName
{
border-color: #DC9401;
}
</style>