Shades of Dark Goldenrod #C57401
Tints of Dark Goldenrod #C57401
RGB
CMYK
RGB Variations
Color information
#C57401 (or 0xC57401) is known color: Dark Goldenrod. HEX triplet: C5, 74 and 01. RGB value is (197,116,1). Sum of RGB (Red+Green+Blue) = 197+116+1=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C57401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57401 is #3A8BFE. Grayscale: #7F7F7F. Windows color (decimal): -3836927 or 95429. OLE color: 95429.
HSL color Cylindrical-coordinate representation of color #C57401: hue angle of 35.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C57401 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.23 |
| HSL | 35.2º | 0.99% | 0.39% | - |
| HSV(B) | 35.2º | 0.99% | 0.77% | - |
| XYZ | 29.28 | 24.36 | 3.19 | - |
| YUV | 127.11 | 56.84 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 1 | 0 | 0.41 | 0.99 | 0.23 | 35.2 | 0.99 | 0.39 |
| Hex | C5 | 74 | 1 | 0 | 29 | 63 | 17 | 23 | 63 | 27 |
| Octal | 305 | 164 | 1 | 0 | 51 | 143 | 27 | 43 | 143 | 47 |
| Binary | 11000101 | 1110100 | 1 | 0 | 101001 | 1100011 | 10111 | 100011 | 1100011 | 100111 |
Color Harmonies of #C57401
Complementary color
Monochromatic Colors of #C57401
Black with #C57401
Text Example
Text Example
White with #C57401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57401; }
p { color: rgb(197,116,1); }
H1.HeaderClassName
{
color: #C57401;
}
.AnyTagClassName
{
color: #C57401;
}
</style>
background-color css
<style>
a { background-color: #C57401; }
a { background-color: rgb(197,116,1); }
div.DivClassName
{
background-color: #C57401;
}
.BgClassName
{
background-color: #C57401;
}
</style>
border-color css
<style>
span { border-color: #C57401; }
span { border-color: rgb(197,116,1); }
td.TdClassName
{
border-color: #C57401;
}
.TagClassName
{
border-color: #C57401;
}
</style>