Shades of Gamboge #DC9613
Tints of Gamboge #DC9613
RGB
CMYK
RGB Variations
Color information
#DC9613 (or 0xDC9613) is known color: Gamboge. HEX triplet: DC, 96 and 13. RGB value is (220,150,19). Sum of RGB (Red+Green+Blue) = 220+150+19=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9613 is #2369EC. Grayscale: #9C9C9C. Windows color (decimal): -2320877 or 1283804. OLE color: 1283804.
HSL color Cylindrical-coordinate representation of color #DC9613: hue angle of 39.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9613 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.14 |
| HSL | 39.1º | 0.84% | 0.47% | - |
| HSV(B) | 39.1º | 0.91% | 0.86% | - |
| XYZ | 40.54 | 37.08 | 5.64 | - |
| YUV | 156 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 19 | 0 | 0.32 | 0.91 | 0.14 | 39.1 | 0.84 | 0.47 |
| Hex | DC | 96 | 13 | 0 | 20 | 5B | E | 27 | 54 | 2F |
| Octal | 334 | 226 | 23 | 0 | 40 | 133 | 16 | 47 | 124 | 57 |
| Binary | 11011100 | 10010110 | 10011 | 0 | 100000 | 1011011 | 1110 | 100111 | 1010100 | 101111 |
Color Harmonies of #DC9613
Complementary color
Monochromatic Colors of #DC9613
Black with #DC9613
Text Example
Text Example
White with #DC9613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9613; }
p { color: rgb(220,150,19); }
H1.HeaderClassName
{
color: #DC9613;
}
.AnyTagClassName
{
color: #DC9613;
}
</style>
background-color css
<style>
a { background-color: #DC9613; }
a { background-color: rgb(220,150,19); }
div.DivClassName
{
background-color: #DC9613;
}
.BgClassName
{
background-color: #DC9613;
}
</style>
border-color css
<style>
span { border-color: #DC9613; }
span { border-color: rgb(220,150,19); }
td.TdClassName
{
border-color: #DC9613;
}
.TagClassName
{
border-color: #DC9613;
}
</style>