Shades of Dark Goldenrod #C47D04
Tints of Dark Goldenrod #C47D04
RGB
CMYK
RGB Variations
Color information
#C47D04 (or 0xC47D04) is known color: Dark Goldenrod. HEX triplet: C4, 7D and 04. RGB value is (196,125,4). Sum of RGB (Red+Green+Blue) = 196+125+4=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D04 is #3B82FB. Grayscale: #848484. Windows color (decimal): -3900156 or 294340. OLE color: 294340.
HSL color Cylindrical-coordinate representation of color #C47D04: hue angle of 37.81º 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 #C47D04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.23 |
| HSL | 37.81º | 0.96% | 0.39% | - |
| HSV(B) | 37.81º | 0.98% | 0.77% | - |
| XYZ | 30.12 | 26.41 | 3.63 | - |
| YUV | 132.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 4 | 0 | 0.36 | 0.98 | 0.23 | 37.81 | 0.96 | 0.39 |
| Hex | C4 | 7D | 4 | 0 | 24 | 62 | 17 | 26 | 60 | 27 |
| Octal | 304 | 175 | 4 | 0 | 44 | 142 | 27 | 46 | 140 | 47 |
| Binary | 11000100 | 1111101 | 100 | 0 | 100100 | 1100010 | 10111 | 100110 | 1100000 | 100111 |
Color Harmonies of #C47D04
Complementary color
Monochromatic Colors of #C47D04
Black with #C47D04
Text Example
Text Example
White with #C47D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D04; }
p { color: rgb(196,125,4); }
H1.HeaderClassName
{
color: #C47D04;
}
.AnyTagClassName
{
color: #C47D04;
}
</style>
background-color css
<style>
a { background-color: #C47D04; }
a { background-color: rgb(196,125,4); }
div.DivClassName
{
background-color: #C47D04;
}
.BgClassName
{
background-color: #C47D04;
}
</style>
border-color css
<style>
span { border-color: #C47D04; }
span { border-color: rgb(196,125,4); }
td.TdClassName
{
border-color: #C47D04;
}
.TagClassName
{
border-color: #C47D04;
}
</style>