Shades of Dark Goldenrod #C47D05
Tints of Dark Goldenrod #C47D05
RGB
CMYK
RGB Variations
Color information
#C47D05 (or 0xC47D05) is known color: Dark Goldenrod. HEX triplet: C4, 7D and 05. RGB value is (196,125,5). Sum of RGB (Red+Green+Blue) = 196+125+5=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D05 is #3B82FA. Grayscale: #858585. Windows color (decimal): -3900155 or 359876. OLE color: 359876.
HSL color Cylindrical-coordinate representation of color #C47D05: hue angle of 37.7º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47D05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.23 |
| HSL | 37.7º | 0.95% | 0.39% | - |
| HSV(B) | 37.7º | 0.97% | 0.77% | - |
| XYZ | 30.13 | 26.41 | 3.65 | - |
| YUV | 132.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 5 | 0 | 0.36 | 0.97 | 0.23 | 37.7 | 0.95 | 0.39 |
| Hex | C4 | 7D | 5 | 0 | 24 | 61 | 17 | 26 | 5F | 27 |
| Octal | 304 | 175 | 5 | 0 | 44 | 141 | 27 | 46 | 137 | 47 |
| Binary | 11000100 | 1111101 | 101 | 0 | 100100 | 1100001 | 10111 | 100110 | 1011111 | 100111 |
Color Harmonies of #C47D05
Complementary color
Monochromatic Colors of #C47D05
Black with #C47D05
Text Example
Text Example
White with #C47D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D05; }
p { color: rgb(196,125,5); }
H1.HeaderClassName
{
color: #C47D05;
}
.AnyTagClassName
{
color: #C47D05;
}
</style>
background-color css
<style>
a { background-color: #C47D05; }
a { background-color: rgb(196,125,5); }
div.DivClassName
{
background-color: #C47D05;
}
.BgClassName
{
background-color: #C47D05;
}
</style>
border-color css
<style>
span { border-color: #C47D05; }
span { border-color: rgb(196,125,5); }
td.TdClassName
{
border-color: #C47D05;
}
.TagClassName
{
border-color: #C47D05;
}
</style>