Shades of Dark Goldenrod #C47600
Tints of Dark Goldenrod #C47600
RGB
CMYK
RGB Variations
Color information
#C47600 (or 0xC47600) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 00. RGB value is (196,118,0). Sum of RGB (Red+Green+Blue) = 196+118+0=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C47600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47600 is #3B89FF. Grayscale: #808080. Windows color (decimal): -3901952 or 30404. OLE color: 30404.
HSL color Cylindrical-coordinate representation of color #C47600: hue angle of 36.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C47600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.23 |
| HSL | 36.12º | 1% | 0.38% | - |
| HSV(B) | 36.12º | 1% | 0.77% | - |
| XYZ | 29.24 | 24.69 | 3.22 | - |
| YUV | 127.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 0 | 0 | 0.40 | 1 | 0.23 | 36.12 | 1 | 0.38 |
| Hex | C4 | 76 | 0 | 0 | 28 | 64 | 17 | 24 | 64 | 26 |
| Octal | 304 | 166 | 0 | 0 | 50 | 144 | 27 | 44 | 144 | 46 |
| Binary | 11000100 | 1110110 | 0 | 0 | 101000 | 1100100 | 10111 | 100100 | 1100100 | 100110 |
Color Harmonies of #C47600
Complementary color
Monochromatic Colors of #C47600
Black with #C47600
Text Example
Text Example
White with #C47600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47600; }
p { color: rgb(196,118,0); }
H1.HeaderClassName
{
color: #C47600;
}
.AnyTagClassName
{
color: #C47600;
}
</style>
background-color css
<style>
a { background-color: #C47600; }
a { background-color: rgb(196,118,0); }
div.DivClassName
{
background-color: #C47600;
}
.BgClassName
{
background-color: #C47600;
}
</style>
border-color css
<style>
span { border-color: #C47600; }
span { border-color: rgb(196,118,0); }
td.TdClassName
{
border-color: #C47600;
}
.TagClassName
{
border-color: #C47600;
}
</style>