Shades of Gamboge #DC9403
Tints of Gamboge #DC9403
RGB
CMYK
RGB Variations
Color information
#DC9403 (or 0xDC9403) is known color: Gamboge. HEX triplet: DC, 94 and 03. RGB value is (220,148,3). Sum of RGB (Red+Green+Blue) = 220+148+3=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9403 is #236BFC. Grayscale: #999999. Windows color (decimal): -2321405 or 234716. OLE color: 234716.
HSL color Cylindrical-coordinate representation of color #DC9403: hue angle of 40.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC9403 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.14 |
| HSL | 40.09º | 0.97% | 0.44% | - |
| HSV(B) | 40.09º | 0.99% | 0.86% | - |
| XYZ | 40.12 | 36.4 | 5 | - |
| YUV | 153 | 43.35 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 3 | 0 | 0.33 | 0.99 | 0.14 | 40.09 | 0.97 | 0.44 |
| Hex | DC | 94 | 3 | 0 | 21 | 63 | E | 28 | 61 | 2C |
| Octal | 334 | 224 | 3 | 0 | 41 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011100 | 10010100 | 11 | 0 | 100001 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DC9403
Complementary color
Monochromatic Colors of #DC9403
Black with #DC9403
Text Example
Text Example
White with #DC9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9403; }
p { color: rgb(220,148,3); }
H1.HeaderClassName
{
color: #DC9403;
}
.AnyTagClassName
{
color: #DC9403;
}
</style>
background-color css
<style>
a { background-color: #DC9403; }
a { background-color: rgb(220,148,3); }
div.DivClassName
{
background-color: #DC9403;
}
.BgClassName
{
background-color: #DC9403;
}
</style>
border-color css
<style>
span { border-color: #DC9403; }
span { border-color: rgb(220,148,3); }
td.TdClassName
{
border-color: #DC9403;
}
.TagClassName
{
border-color: #DC9403;
}
</style>