Shades of Gamboge #DC9804
Tints of Gamboge #DC9804
RGB
CMYK
RGB Variations
Color information
#DC9804 (or 0xDC9804) is known color: Gamboge. HEX triplet: DC, 98 and 04. RGB value is (220,152,4). Sum of RGB (Red+Green+Blue) = 220+152+4=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9804 is #2367FB. Grayscale: #9C9C9C. Windows color (decimal): -2320380 or 301276. OLE color: 301276.
HSL color Cylindrical-coordinate representation of color #DC9804: hue angle of 41.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC9804 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.14 |
| HSL | 41.11º | 0.96% | 0.44% | - |
| HSV(B) | 41.11º | 0.98% | 0.86% | - |
| XYZ | 40.77 | 37.68 | 5.24 | - |
| YUV | 155.46 | 42.53 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 4 | 0 | 0.31 | 0.98 | 0.14 | 41.11 | 0.96 | 0.44 |
| Hex | DC | 98 | 4 | 0 | 1F | 62 | E | 29 | 60 | 2C |
| Octal | 334 | 230 | 4 | 0 | 37 | 142 | 16 | 51 | 140 | 54 |
| Binary | 11011100 | 10011000 | 100 | 0 | 11111 | 1100010 | 1110 | 101001 | 1100000 | 101100 |
Color Harmonies of #DC9804
Complementary color
Monochromatic Colors of #DC9804
Black with #DC9804
Text Example
Text Example
White with #DC9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9804; }
p { color: rgb(220,152,4); }
H1.HeaderClassName
{
color: #DC9804;
}
.AnyTagClassName
{
color: #DC9804;
}
</style>
background-color css
<style>
a { background-color: #DC9804; }
a { background-color: rgb(220,152,4); }
div.DivClassName
{
background-color: #DC9804;
}
.BgClassName
{
background-color: #DC9804;
}
</style>
border-color css
<style>
span { border-color: #DC9804; }
span { border-color: rgb(220,152,4); }
td.TdClassName
{
border-color: #DC9804;
}
.TagClassName
{
border-color: #DC9804;
}
</style>