Shades of Dark Goldenrod #C58614
Tints of Dark Goldenrod #C58614
RGB
CMYK
RGB Variations
Color information
#C58614 (or 0xC58614) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 14. RGB value is (197,134,20). Sum of RGB (Red+Green+Blue) = 197+134+20=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C58614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58614 is #3A79EB. Grayscale: #8C8C8C. Windows color (decimal): -3832300 or 1345221. OLE color: 1345221.
HSL color Cylindrical-coordinate representation of color #C58614: hue angle of 38.64º 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 #C58614 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 20 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.23 |
| HSL | 38.64º | 0.82% | 0.43% | - |
| HSV(B) | 38.64º | 0.9% | 0.77% | - |
| XYZ | 31.68 | 28.97 | 4.58 | - |
| YUV | 139.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 20 | 0 | 0.32 | 0.90 | 0.23 | 38.64 | 0.82 | 0.43 |
| Hex | C5 | 86 | 14 | 0 | 20 | 5A | 17 | 27 | 52 | 2B |
| Octal | 305 | 206 | 24 | 0 | 40 | 132 | 27 | 47 | 122 | 53 |
| Binary | 11000101 | 10000110 | 10100 | 0 | 100000 | 1011010 | 10111 | 100111 | 1010010 | 101011 |
Color Harmonies of #C58614
Complementary color
Monochromatic Colors of #C58614
Black with #C58614
Text Example
Text Example
White with #C58614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58614; }
p { color: rgb(197,134,20); }
H1.HeaderClassName
{
color: #C58614;
}
.AnyTagClassName
{
color: #C58614;
}
</style>
background-color css
<style>
a { background-color: #C58614; }
a { background-color: rgb(197,134,20); }
div.DivClassName
{
background-color: #C58614;
}
.BgClassName
{
background-color: #C58614;
}
</style>
border-color css
<style>
span { border-color: #C58614; }
span { border-color: rgb(197,134,20); }
td.TdClassName
{
border-color: #C58614;
}
.TagClassName
{
border-color: #C58614;
}
</style>