Shades of Gamboge #DC9803
Tints of Gamboge #DC9803
RGB
CMYK
RGB Variations
Color information
#DC9803 (or 0xDC9803) is known color: Gamboge. HEX triplet: DC, 98 and 03. RGB value is (220,152,3). Sum of RGB (Red+Green+Blue) = 220+152+3=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9803 is #2367FC. Grayscale: #9C9C9C. Windows color (decimal): -2320381 or 235740. OLE color: 235740.
HSL color Cylindrical-coordinate representation of color #DC9803: hue angle of 41.2º 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 #DC9803 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.14 |
| HSL | 41.2º | 0.97% | 0.44% | - |
| HSV(B) | 41.2º | 0.99% | 0.86% | - |
| XYZ | 40.76 | 37.68 | 5.21 | - |
| YUV | 155.35 | 42.03 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 3 | 0 | 0.31 | 0.99 | 0.14 | 41.2 | 0.97 | 0.44 |
| Hex | DC | 98 | 3 | 0 | 1F | 63 | E | 29 | 61 | 2C |
| Octal | 334 | 230 | 3 | 0 | 37 | 143 | 16 | 51 | 141 | 54 |
| Binary | 11011100 | 10011000 | 11 | 0 | 11111 | 1100011 | 1110 | 101001 | 1100001 | 101100 |
Color Harmonies of #DC9803
Complementary color
Monochromatic Colors of #DC9803
Black with #DC9803
Text Example
Text Example
White with #DC9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9803; }
p { color: rgb(220,152,3); }
H1.HeaderClassName
{
color: #DC9803;
}
.AnyTagClassName
{
color: #DC9803;
}
</style>
background-color css
<style>
a { background-color: #DC9803; }
a { background-color: rgb(220,152,3); }
div.DivClassName
{
background-color: #DC9803;
}
.BgClassName
{
background-color: #DC9803;
}
</style>
border-color css
<style>
span { border-color: #DC9803; }
span { border-color: rgb(220,152,3); }
td.TdClassName
{
border-color: #DC9803;
}
.TagClassName
{
border-color: #DC9803;
}
</style>