Shades of Gamboge #DC960F
Tints of Gamboge #DC960F
RGB
CMYK
RGB Variations
Color information
#DC960F (or 0xDC960F) is known color: Gamboge. HEX triplet: DC, 96 and 0F. RGB value is (220,150,15). Sum of RGB (Red+Green+Blue) = 220+150+15=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC960F is #2369F0. Grayscale: #9C9C9C. Windows color (decimal): -2320881 or 1021660. OLE color: 1021660.
HSL color Cylindrical-coordinate representation of color #DC960F: hue angle of 39.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC960F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.14 |
| HSL | 39.51º | 0.87% | 0.46% | - |
| HSV(B) | 39.51º | 0.93% | 0.86% | - |
| XYZ | 40.51 | 37.06 | 5.47 | - |
| YUV | 155.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 15 | 0 | 0.32 | 0.93 | 0.14 | 39.51 | 0.87 | 0.46 |
| Hex | DC | 96 | F | 0 | 20 | 5D | E | 28 | 57 | 2E |
| Octal | 334 | 226 | 17 | 0 | 40 | 135 | 16 | 50 | 127 | 56 |
| Binary | 11011100 | 10010110 | 1111 | 0 | 100000 | 1011101 | 1110 | 101000 | 1010111 | 101110 |
Color Harmonies of #DC960F
Complementary color
Monochromatic Colors of #DC960F
Black with #DC960F
Text Example
Text Example
White with #DC960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC960F; }
p { color: rgb(220,150,15); }
H1.HeaderClassName
{
color: #DC960F;
}
.AnyTagClassName
{
color: #DC960F;
}
</style>
background-color css
<style>
a { background-color: #DC960F; }
a { background-color: rgb(220,150,15); }
div.DivClassName
{
background-color: #DC960F;
}
.BgClassName
{
background-color: #DC960F;
}
</style>
border-color css
<style>
span { border-color: #DC960F; }
span { border-color: rgb(220,150,15); }
td.TdClassName
{
border-color: #DC960F;
}
.TagClassName
{
border-color: #DC960F;
}
</style>