Shades of Dark Goldenrod #C5860C
Tints of Dark Goldenrod #C5860C
RGB
CMYK
RGB Variations
Color information
#C5860C (or 0xC5860C) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 0C. RGB value is (197,134,12). Sum of RGB (Red+Green+Blue) = 197+134+12=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5860C is #3A79F3. Grayscale: #8B8B8B. Windows color (decimal): -3832308 or 820933. OLE color: 820933.
HSL color Cylindrical-coordinate representation of color #C5860C: hue angle of 39.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5860C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.23 |
| HSL | 39.57º | 0.89% | 0.41% | - |
| HSV(B) | 39.57º | 0.94% | 0.77% | - |
| XYZ | 31.62 | 28.95 | 4.27 | - |
| YUV | 138.93 | 56.37 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 12 | 0 | 0.32 | 0.94 | 0.23 | 39.57 | 0.89 | 0.41 |
| Hex | C5 | 86 | C | 0 | 20 | 5E | 17 | 28 | 59 | 29 |
| Octal | 305 | 206 | 14 | 0 | 40 | 136 | 27 | 50 | 131 | 51 |
| Binary | 11000101 | 10000110 | 1100 | 0 | 100000 | 1011110 | 10111 | 101000 | 1011001 | 101001 |
Color Harmonies of #C5860C
Complementary color
Monochromatic Colors of #C5860C
Black with #C5860C
Text Example
Text Example
White with #C5860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5860C; }
p { color: rgb(197,134,12); }
H1.HeaderClassName
{
color: #C5860C;
}
.AnyTagClassName
{
color: #C5860C;
}
</style>
background-color css
<style>
a { background-color: #C5860C; }
a { background-color: rgb(197,134,12); }
div.DivClassName
{
background-color: #C5860C;
}
.BgClassName
{
background-color: #C5860C;
}
</style>
border-color css
<style>
span { border-color: #C5860C; }
span { border-color: rgb(197,134,12); }
td.TdClassName
{
border-color: #C5860C;
}
.TagClassName
{
border-color: #C5860C;
}
</style>