Shades of Gamboge #DC9807
Tints of Gamboge #DC9807
RGB
CMYK
RGB Variations
Color information
#DC9807 (or 0xDC9807) is known color: Gamboge. HEX triplet: DC, 98 and 07. RGB value is (220,152,7). Sum of RGB (Red+Green+Blue) = 220+152+7=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9807 is #2367F8. Grayscale: #9C9C9C. Windows color (decimal): -2320377 or 497884. OLE color: 497884.
HSL color Cylindrical-coordinate representation of color #DC9807: hue angle of 40.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9807 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.14 |
| HSL | 40.85º | 0.94% | 0.45% | - |
| HSV(B) | 40.85º | 0.97% | 0.86% | - |
| XYZ | 40.78 | 37.69 | 5.33 | - |
| YUV | 155.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 7 | 0 | 0.31 | 0.97 | 0.14 | 40.85 | 0.94 | 0.45 |
| Hex | DC | 98 | 7 | 0 | 1F | 61 | E | 29 | 5E | 2D |
| Octal | 334 | 230 | 7 | 0 | 37 | 141 | 16 | 51 | 136 | 55 |
| Binary | 11011100 | 10011000 | 111 | 0 | 11111 | 1100001 | 1110 | 101001 | 1011110 | 101101 |
Color Harmonies of #DC9807
Complementary color
Monochromatic Colors of #DC9807
Black with #DC9807
Text Example
Text Example
White with #DC9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9807; }
p { color: rgb(220,152,7); }
H1.HeaderClassName
{
color: #DC9807;
}
.AnyTagClassName
{
color: #DC9807;
}
</style>
background-color css
<style>
a { background-color: #DC9807; }
a { background-color: rgb(220,152,7); }
div.DivClassName
{
background-color: #DC9807;
}
.BgClassName
{
background-color: #DC9807;
}
</style>
border-color css
<style>
span { border-color: #DC9807; }
span { border-color: rgb(220,152,7); }
td.TdClassName
{
border-color: #DC9807;
}
.TagClassName
{
border-color: #DC9807;
}
</style>