Shades of Gamboge #DC950C
Tints of Gamboge #DC950C
RGB
CMYK
RGB Variations
Color information
#DC950C (or 0xDC950C) is known color: Gamboge. HEX triplet: DC, 95 and 0C. RGB value is (220,149,12). Sum of RGB (Red+Green+Blue) = 220+149+12=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC950C is #236AF3. Grayscale: #9B9B9B. Windows color (decimal): -2321140 or 824796. OLE color: 824796.
HSL color Cylindrical-coordinate representation of color #DC950C: hue angle of 39.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC950C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.14 |
| HSL | 39.52º | 0.9% | 0.45% | - |
| HSV(B) | 39.52º | 0.95% | 0.86% | - |
| XYZ | 40.33 | 36.74 | 5.31 | - |
| YUV | 154.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 12 | 0 | 0.32 | 0.95 | 0.14 | 39.52 | 0.9 | 0.45 |
| Hex | DC | 95 | C | 0 | 20 | 5F | E | 28 | 5A | 2D |
| Octal | 334 | 225 | 14 | 0 | 40 | 137 | 16 | 50 | 132 | 55 |
| Binary | 11011100 | 10010101 | 1100 | 0 | 100000 | 1011111 | 1110 | 101000 | 1011010 | 101101 |
Color Harmonies of #DC950C
Complementary color
Monochromatic Colors of #DC950C
Black with #DC950C
Text Example
Text Example
White with #DC950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC950C; }
p { color: rgb(220,149,12); }
H1.HeaderClassName
{
color: #DC950C;
}
.AnyTagClassName
{
color: #DC950C;
}
</style>
background-color css
<style>
a { background-color: #DC950C; }
a { background-color: rgb(220,149,12); }
div.DivClassName
{
background-color: #DC950C;
}
.BgClassName
{
background-color: #DC950C;
}
</style>
border-color css
<style>
span { border-color: #DC950C; }
span { border-color: rgb(220,149,12); }
td.TdClassName
{
border-color: #DC950C;
}
.TagClassName
{
border-color: #DC950C;
}
</style>