Shades of Dark Goldenrod #C47304
Tints of Dark Goldenrod #C47304
RGB
CMYK
RGB Variations
Color information
#C47304 (or 0xC47304) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 04. RGB value is (196,115,4). Sum of RGB (Red+Green+Blue) = 196+115+4=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47304 is #3B8CFB. Grayscale: #7F7F7F. Windows color (decimal): -3902716 or 291780. OLE color: 291780.
HSL color Cylindrical-coordinate representation of color #C47304: hue angle of 34.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47304 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.23 |
| HSL | 34.69º | 0.96% | 0.39% | - |
| HSV(B) | 34.69º | 0.98% | 0.77% | - |
| XYZ | 28.92 | 24.01 | 3.22 | - |
| YUV | 126.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 4 | 0 | 0.41 | 0.98 | 0.23 | 34.69 | 0.96 | 0.39 |
| Hex | C4 | 73 | 4 | 0 | 29 | 62 | 17 | 23 | 60 | 27 |
| Octal | 304 | 163 | 4 | 0 | 51 | 142 | 27 | 43 | 140 | 47 |
| Binary | 11000100 | 1110011 | 100 | 0 | 101001 | 1100010 | 10111 | 100011 | 1100000 | 100111 |
Color Harmonies of #C47304
Complementary color
Monochromatic Colors of #C47304
Black with #C47304
Text Example
Text Example
White with #C47304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47304; }
p { color: rgb(196,115,4); }
H1.HeaderClassName
{
color: #C47304;
}
.AnyTagClassName
{
color: #C47304;
}
</style>
background-color css
<style>
a { background-color: #C47304; }
a { background-color: rgb(196,115,4); }
div.DivClassName
{
background-color: #C47304;
}
.BgClassName
{
background-color: #C47304;
}
</style>
border-color css
<style>
span { border-color: #C47304; }
span { border-color: rgb(196,115,4); }
td.TdClassName
{
border-color: #C47304;
}
.TagClassName
{
border-color: #C47304;
}
</style>