Shades of Dark Goldenrod #C47605
Tints of Dark Goldenrod #C47605
RGB
CMYK
RGB Variations
Color information
#C47605 (or 0xC47605) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 05. RGB value is (196,118,5). Sum of RGB (Red+Green+Blue) = 196+118+5=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C47605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47605 is #3B89FA. Grayscale: #808080. Windows color (decimal): -3901947 or 358084. OLE color: 358084.
HSL color Cylindrical-coordinate representation of color #C47605: hue angle of 35.5º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47605 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.23 |
| HSL | 35.5º | 0.95% | 0.39% | - |
| HSV(B) | 35.5º | 0.97% | 0.77% | - |
| XYZ | 29.27 | 24.7 | 3.37 | - |
| YUV | 128.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 5 | 0 | 0.40 | 0.97 | 0.23 | 35.5 | 0.95 | 0.39 |
| Hex | C4 | 76 | 5 | 0 | 28 | 61 | 17 | 23 | 5F | 27 |
| Octal | 304 | 166 | 5 | 0 | 50 | 141 | 27 | 43 | 137 | 47 |
| Binary | 11000100 | 1110110 | 101 | 0 | 101000 | 1100001 | 10111 | 100011 | 1011111 | 100111 |
Color Harmonies of #C47605
Complementary color
Monochromatic Colors of #C47605
Black with #C47605
Text Example
Text Example
White with #C47605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47605; }
p { color: rgb(196,118,5); }
H1.HeaderClassName
{
color: #C47605;
}
.AnyTagClassName
{
color: #C47605;
}
</style>
background-color css
<style>
a { background-color: #C47605; }
a { background-color: rgb(196,118,5); }
div.DivClassName
{
background-color: #C47605;
}
.BgClassName
{
background-color: #C47605;
}
</style>
border-color css
<style>
span { border-color: #C47605; }
span { border-color: rgb(196,118,5); }
td.TdClassName
{
border-color: #C47605;
}
.TagClassName
{
border-color: #C47605;
}
</style>