Shades of Gamboge #DC9303
Tints of Gamboge #DC9303
RGB
CMYK
RGB Variations
Color information
#DC9303 (or 0xDC9303) is known color: Gamboge. HEX triplet: DC, 93 and 03. RGB value is (220,147,3). Sum of RGB (Red+Green+Blue) = 220+147+3=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9303 is #236CFC. Grayscale: #999999. Windows color (decimal): -2321661 or 234460. OLE color: 234460.
HSL color Cylindrical-coordinate representation of color #DC9303: hue angle of 39.82º 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 #DC9303 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.14 |
| HSL | 39.82º | 0.97% | 0.44% | - |
| HSV(B) | 39.82º | 0.99% | 0.86% | - |
| XYZ | 39.97 | 36.09 | 4.95 | - |
| YUV | 152.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 3 | 0 | 0.33 | 0.99 | 0.14 | 39.82 | 0.97 | 0.44 |
| Hex | DC | 93 | 3 | 0 | 21 | 63 | E | 28 | 61 | 2C |
| Octal | 334 | 223 | 3 | 0 | 41 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011100 | 10010011 | 11 | 0 | 100001 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DC9303
Complementary color
Monochromatic Colors of #DC9303
Black with #DC9303
Text Example
Text Example
White with #DC9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9303; }
p { color: rgb(220,147,3); }
H1.HeaderClassName
{
color: #DC9303;
}
.AnyTagClassName
{
color: #DC9303;
}
</style>
background-color css
<style>
a { background-color: #DC9303; }
a { background-color: rgb(220,147,3); }
div.DivClassName
{
background-color: #DC9303;
}
.BgClassName
{
background-color: #DC9303;
}
</style>
border-color css
<style>
span { border-color: #DC9303; }
span { border-color: rgb(220,147,3); }
td.TdClassName
{
border-color: #DC9303;
}
.TagClassName
{
border-color: #DC9303;
}
</style>