Shades of Dark Goldenrod #C58310
Tints of Dark Goldenrod #C58310
RGB
CMYK
RGB Variations
Color information
#C58310 (or 0xC58310) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 10. RGB value is (197,131,16). Sum of RGB (Red+Green+Blue) = 197+131+16=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58310 is #3A7CEF. Grayscale: #8A8A8A. Windows color (decimal): -3833072 or 1082309. OLE color: 1082309.
HSL color Cylindrical-coordinate representation of color #C58310: hue angle of 38.12º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C58310 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.23 |
| HSL | 38.12º | 0.85% | 0.42% | - |
| HSV(B) | 38.12º | 0.92% | 0.77% | - |
| XYZ | 31.24 | 28.14 | 4.28 | - |
| YUV | 137.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 16 | 0 | 0.34 | 0.92 | 0.23 | 38.12 | 0.85 | 0.42 |
| Hex | C5 | 83 | 10 | 0 | 22 | 5C | 17 | 26 | 55 | 2A |
| Octal | 305 | 203 | 20 | 0 | 42 | 134 | 27 | 46 | 125 | 52 |
| Binary | 11000101 | 10000011 | 10000 | 0 | 100010 | 1011100 | 10111 | 100110 | 1010101 | 101010 |
Color Harmonies of #C58310
Complementary color
Monochromatic Colors of #C58310
Black with #C58310
Text Example
Text Example
White with #C58310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58310; }
p { color: rgb(197,131,16); }
H1.HeaderClassName
{
color: #C58310;
}
.AnyTagClassName
{
color: #C58310;
}
</style>
background-color css
<style>
a { background-color: #C58310; }
a { background-color: rgb(197,131,16); }
div.DivClassName
{
background-color: #C58310;
}
.BgClassName
{
background-color: #C58310;
}
</style>
border-color css
<style>
span { border-color: #C58310; }
span { border-color: rgb(197,131,16); }
td.TdClassName
{
border-color: #C58310;
}
.TagClassName
{
border-color: #C58310;
}
</style>