Shades of Gamboge #DC960D
Tints of Gamboge #DC960D
RGB
CMYK
RGB Variations
Color information
#DC960D (or 0xDC960D) is known color: Gamboge. HEX triplet: DC, 96 and 0D. RGB value is (220,150,13). Sum of RGB (Red+Green+Blue) = 220+150+13=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC960D is #2369F2. Grayscale: #9B9B9B. Windows color (decimal): -2320883 or 890588. OLE color: 890588.
HSL color Cylindrical-coordinate representation of color #DC960D: hue angle of 39.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC960D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.14 |
| HSL | 39.71º | 0.89% | 0.46% | - |
| HSV(B) | 39.71º | 0.94% | 0.86% | - |
| XYZ | 40.49 | 37.06 | 5.4 | - |
| YUV | 155.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 13 | 0 | 0.32 | 0.94 | 0.14 | 39.71 | 0.89 | 0.46 |
| Hex | DC | 96 | D | 0 | 20 | 5E | E | 28 | 59 | 2E |
| Octal | 334 | 226 | 15 | 0 | 40 | 136 | 16 | 50 | 131 | 56 |
| Binary | 11011100 | 10010110 | 1101 | 0 | 100000 | 1011110 | 1110 | 101000 | 1011001 | 101110 |
Color Harmonies of #DC960D
Complementary color
Monochromatic Colors of #DC960D
Black with #DC960D
Text Example
Text Example
White with #DC960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC960D; }
p { color: rgb(220,150,13); }
H1.HeaderClassName
{
color: #DC960D;
}
.AnyTagClassName
{
color: #DC960D;
}
</style>
background-color css
<style>
a { background-color: #DC960D; }
a { background-color: rgb(220,150,13); }
div.DivClassName
{
background-color: #DC960D;
}
.BgClassName
{
background-color: #DC960D;
}
</style>
border-color css
<style>
span { border-color: #DC960D; }
span { border-color: rgb(220,150,13); }
td.TdClassName
{
border-color: #DC960D;
}
.TagClassName
{
border-color: #DC960D;
}
</style>