Shades of Dark Goldenrod #C58312
Tints of Dark Goldenrod #C58312
RGB
CMYK
RGB Variations
Color information
#C58312 (or 0xC58312) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 12. RGB value is (197,131,18). Sum of RGB (Red+Green+Blue) = 197+131+18=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58312 is #3A7CED. Grayscale: #8A8A8A. Windows color (decimal): -3833070 or 1213381. OLE color: 1213381.
HSL color Cylindrical-coordinate representation of color #C58312: hue angle of 37.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C58312 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.23 |
| HSL | 37.88º | 0.83% | 0.42% | - |
| HSV(B) | 37.88º | 0.91% | 0.77% | - |
| XYZ | 31.25 | 28.15 | 4.36 | - |
| YUV | 137.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 18 | 0 | 0.34 | 0.91 | 0.23 | 37.88 | 0.83 | 0.42 |
| Hex | C5 | 83 | 12 | 0 | 22 | 5B | 17 | 26 | 53 | 2A |
| Octal | 305 | 203 | 22 | 0 | 42 | 133 | 27 | 46 | 123 | 52 |
| Binary | 11000101 | 10000011 | 10010 | 0 | 100010 | 1011011 | 10111 | 100110 | 1010011 | 101010 |
Color Harmonies of #C58312
Complementary color
Monochromatic Colors of #C58312
Black with #C58312
Text Example
Text Example
White with #C58312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58312; }
p { color: rgb(197,131,18); }
H1.HeaderClassName
{
color: #C58312;
}
.AnyTagClassName
{
color: #C58312;
}
</style>
background-color css
<style>
a { background-color: #C58312; }
a { background-color: rgb(197,131,18); }
div.DivClassName
{
background-color: #C58312;
}
.BgClassName
{
background-color: #C58312;
}
</style>
border-color css
<style>
span { border-color: #C58312; }
span { border-color: rgb(197,131,18); }
td.TdClassName
{
border-color: #C58312;
}
.TagClassName
{
border-color: #C58312;
}
</style>