Shades of Dark Goldenrod #C57405
Tints of Dark Goldenrod #C57405
RGB
CMYK
RGB Variations
Color information
#C57405 (or 0xC57405) is known color: Dark Goldenrod. HEX triplet: C5, 74 and 05. RGB value is (197,116,5). Sum of RGB (Red+Green+Blue) = 197+116+5=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57405 is #3A8BFA. Grayscale: #808080. Windows color (decimal): -3836923 or 357573. OLE color: 357573.
HSL color Cylindrical-coordinate representation of color #C57405: hue angle of 34.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57405 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.23 |
| HSL | 34.69º | 0.95% | 0.4% | - |
| HSV(B) | 34.69º | 0.97% | 0.77% | - |
| XYZ | 29.3 | 24.37 | 3.3 | - |
| YUV | 127.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 5 | 0 | 0.41 | 0.97 | 0.23 | 34.69 | 0.95 | 0.4 |
| Hex | C5 | 74 | 5 | 0 | 29 | 61 | 17 | 23 | 5F | 28 |
| Octal | 305 | 164 | 5 | 0 | 51 | 141 | 27 | 43 | 137 | 50 |
| Binary | 11000101 | 1110100 | 101 | 0 | 101001 | 1100001 | 10111 | 100011 | 1011111 | 101000 |
Color Harmonies of #C57405
Complementary color
Monochromatic Colors of #C57405
Black with #C57405
Text Example
Text Example
White with #C57405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57405; }
p { color: rgb(197,116,5); }
H1.HeaderClassName
{
color: #C57405;
}
.AnyTagClassName
{
color: #C57405;
}
</style>
background-color css
<style>
a { background-color: #C57405; }
a { background-color: rgb(197,116,5); }
div.DivClassName
{
background-color: #C57405;
}
.BgClassName
{
background-color: #C57405;
}
</style>
border-color css
<style>
span { border-color: #C57405; }
span { border-color: rgb(197,116,5); }
td.TdClassName
{
border-color: #C57405;
}
.TagClassName
{
border-color: #C57405;
}
</style>