Shades of Dark Goldenrod #C47300
Tints of Dark Goldenrod #C47300
RGB
CMYK
RGB Variations
Color information
#C47300 (or 0xC47300) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 00. RGB value is (196,115,0). Sum of RGB (Red+Green+Blue) = 196+115+0=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C47300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47300 is #3B8CFF. Grayscale: #7E7E7E. Windows color (decimal): -3902720 or 29636. OLE color: 29636.
HSL color Cylindrical-coordinate representation of color #C47300: hue angle of 35.2º 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 #C47300 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.23 |
| HSL | 35.2º | 1% | 0.38% | - |
| HSV(B) | 35.2º | 1% | 0.77% | - |
| XYZ | 28.9 | 24 | 3.11 | - |
| YUV | 126.11 | 56.84 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 0 | 0 | 0.41 | 1 | 0.23 | 35.2 | 1 | 0.38 |
| Hex | C4 | 73 | 0 | 0 | 29 | 64 | 17 | 23 | 64 | 26 |
| Octal | 304 | 163 | 0 | 0 | 51 | 144 | 27 | 43 | 144 | 46 |
| Binary | 11000100 | 1110011 | 0 | 0 | 101001 | 1100100 | 10111 | 100011 | 1100100 | 100110 |
Color Harmonies of #C47300
Complementary color
Monochromatic Colors of #C47300
Black with #C47300
Text Example
Text Example
White with #C47300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47300; }
p { color: rgb(196,115,0); }
H1.HeaderClassName
{
color: #C47300;
}
.AnyTagClassName
{
color: #C47300;
}
</style>
background-color css
<style>
a { background-color: #C47300; }
a { background-color: rgb(196,115,0); }
div.DivClassName
{
background-color: #C47300;
}
.BgClassName
{
background-color: #C47300;
}
</style>
border-color css
<style>
span { border-color: #C47300; }
span { border-color: rgb(196,115,0); }
td.TdClassName
{
border-color: #C47300;
}
.TagClassName
{
border-color: #C47300;
}
</style>