Shades of Dark Goldenrod #C47100
Tints of Dark Goldenrod #C47100
RGB
CMYK
RGB Variations
Color information
#C47100 (or 0xC47100) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 00. RGB value is (196,113,0). Sum of RGB (Red+Green+Blue) = 196+113+0=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C47100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47100 is #3B8EFF. Grayscale: #7D7D7D. Windows color (decimal): -3903232 or 29124. OLE color: 29124.
HSL color Cylindrical-coordinate representation of color #C47100: hue angle of 34.59º 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 #C47100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.23 |
| HSL | 34.59º | 1% | 0.38% | - |
| HSV(B) | 34.59º | 1% | 0.77% | - |
| XYZ | 28.67 | 23.55 | 3.03 | - |
| YUV | 124.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 0 | 0 | 0.42 | 1 | 0.23 | 34.59 | 1 | 0.38 |
| Hex | C4 | 71 | 0 | 0 | 2A | 64 | 17 | 23 | 64 | 26 |
| Octal | 304 | 161 | 0 | 0 | 52 | 144 | 27 | 43 | 144 | 46 |
| Binary | 11000100 | 1110001 | 0 | 0 | 101010 | 1100100 | 10111 | 100011 | 1100100 | 100110 |
Color Harmonies of #C47100
Complementary color
Monochromatic Colors of #C47100
Black with #C47100
Text Example
Text Example
White with #C47100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47100; }
p { color: rgb(196,113,0); }
H1.HeaderClassName
{
color: #C47100;
}
.AnyTagClassName
{
color: #C47100;
}
</style>
background-color css
<style>
a { background-color: #C47100; }
a { background-color: rgb(196,113,0); }
div.DivClassName
{
background-color: #C47100;
}
.BgClassName
{
background-color: #C47100;
}
</style>
border-color css
<style>
span { border-color: #C47100; }
span { border-color: rgb(196,113,0); }
td.TdClassName
{
border-color: #C47100;
}
.TagClassName
{
border-color: #C47100;
}
</style>