Shades of Dark Goldenrod #C58314
Tints of Dark Goldenrod #C58314
RGB
CMYK
RGB Variations
Color information
#C58314 (or 0xC58314) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 14. RGB value is (197,131,20). Sum of RGB (Red+Green+Blue) = 197+131+20=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C58314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58314 is #3A7CEB. Grayscale: #8A8A8A. Windows color (decimal): -3833068 or 1344453. OLE color: 1344453.
HSL color Cylindrical-coordinate representation of color #C58314: hue angle of 37.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58314 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 20 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.23 |
| HSL | 37.63º | 0.82% | 0.43% | - |
| HSV(B) | 37.63º | 0.9% | 0.77% | - |
| XYZ | 31.27 | 28.15 | 4.45 | - |
| YUV | 138.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 20 | 0 | 0.34 | 0.90 | 0.23 | 37.63 | 0.82 | 0.43 |
| Hex | C5 | 83 | 14 | 0 | 22 | 5A | 17 | 26 | 52 | 2B |
| Octal | 305 | 203 | 24 | 0 | 42 | 132 | 27 | 46 | 122 | 53 |
| Binary | 11000101 | 10000011 | 10100 | 0 | 100010 | 1011010 | 10111 | 100110 | 1010010 | 101011 |
Color Harmonies of #C58314
Complementary color
Monochromatic Colors of #C58314
Black with #C58314
Text Example
Text Example
White with #C58314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58314; }
p { color: rgb(197,131,20); }
H1.HeaderClassName
{
color: #C58314;
}
.AnyTagClassName
{
color: #C58314;
}
</style>
background-color css
<style>
a { background-color: #C58314; }
a { background-color: rgb(197,131,20); }
div.DivClassName
{
background-color: #C58314;
}
.BgClassName
{
background-color: #C58314;
}
</style>
border-color css
<style>
span { border-color: #C58314; }
span { border-color: rgb(197,131,20); }
td.TdClassName
{
border-color: #C58314;
}
.TagClassName
{
border-color: #C58314;
}
</style>