Shades of Dark Goldenrod #C47204
Tints of Dark Goldenrod #C47204
RGB
CMYK
RGB Variations
Color information
#C47204 (or 0xC47204) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 04. RGB value is (196,114,4). Sum of RGB (Red+Green+Blue) = 196+114+4=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C47204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47204 is #3B8DFB. Grayscale: #7E7E7E. Windows color (decimal): -3902972 or 291524. OLE color: 291524.
HSL color Cylindrical-coordinate representation of color #C47204: hue angle of 34.38º 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 #C47204 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.23 |
| HSL | 34.38º | 0.96% | 0.39% | - |
| HSV(B) | 34.38º | 0.98% | 0.77% | - |
| XYZ | 28.8 | 23.78 | 3.19 | - |
| YUV | 125.98 | 59.17 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 4 | 0 | 0.42 | 0.98 | 0.23 | 34.38 | 0.96 | 0.39 |
| Hex | C4 | 72 | 4 | 0 | 2A | 62 | 17 | 22 | 60 | 27 |
| Octal | 304 | 162 | 4 | 0 | 52 | 142 | 27 | 42 | 140 | 47 |
| Binary | 11000100 | 1110010 | 100 | 0 | 101010 | 1100010 | 10111 | 100010 | 1100000 | 100111 |
Color Harmonies of #C47204
Complementary color
Monochromatic Colors of #C47204
Black with #C47204
Text Example
Text Example
White with #C47204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47204; }
p { color: rgb(196,114,4); }
H1.HeaderClassName
{
color: #C47204;
}
.AnyTagClassName
{
color: #C47204;
}
</style>
background-color css
<style>
a { background-color: #C47204; }
a { background-color: rgb(196,114,4); }
div.DivClassName
{
background-color: #C47204;
}
.BgClassName
{
background-color: #C47204;
}
</style>
border-color css
<style>
span { border-color: #C47204; }
span { border-color: rgb(196,114,4); }
td.TdClassName
{
border-color: #C47204;
}
.TagClassName
{
border-color: #C47204;
}
</style>