Shades of Dark Goldenrod #C58612
Tints of Dark Goldenrod #C58612
RGB
CMYK
RGB Variations
Color information
#C58612 (or 0xC58612) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 12. RGB value is (197,134,18). Sum of RGB (Red+Green+Blue) = 197+134+18=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C58612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58612 is #3A79ED. Grayscale: #8C8C8C. Windows color (decimal): -3832302 or 1214149. OLE color: 1214149.
HSL color Cylindrical-coordinate representation of color #C58612: hue angle of 38.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 #C58612 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.23 |
| HSL | 38.88º | 0.83% | 0.42% | - |
| HSV(B) | 38.88º | 0.91% | 0.77% | - |
| XYZ | 31.66 | 28.96 | 4.49 | - |
| YUV | 139.61 | 59.37 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 18 | 0 | 0.32 | 0.91 | 0.23 | 38.88 | 0.83 | 0.42 |
| Hex | C5 | 86 | 12 | 0 | 20 | 5B | 17 | 27 | 53 | 2A |
| Octal | 305 | 206 | 22 | 0 | 40 | 133 | 27 | 47 | 123 | 52 |
| Binary | 11000101 | 10000110 | 10010 | 0 | 100000 | 1011011 | 10111 | 100111 | 1010011 | 101010 |
Color Harmonies of #C58612
Complementary color
Monochromatic Colors of #C58612
Black with #C58612
Text Example
Text Example
White with #C58612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58612; }
p { color: rgb(197,134,18); }
H1.HeaderClassName
{
color: #C58612;
}
.AnyTagClassName
{
color: #C58612;
}
</style>
background-color css
<style>
a { background-color: #C58612; }
a { background-color: rgb(197,134,18); }
div.DivClassName
{
background-color: #C58612;
}
.BgClassName
{
background-color: #C58612;
}
</style>
border-color css
<style>
span { border-color: #C58612; }
span { border-color: rgb(197,134,18); }
td.TdClassName
{
border-color: #C58612;
}
.TagClassName
{
border-color: #C58612;
}
</style>