Shades of Dark Goldenrod #C58714
Tints of Dark Goldenrod #C58714
RGB
CMYK
RGB Variations
Color information
#C58714 (or 0xC58714) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 14. RGB value is (197,135,20). Sum of RGB (Red+Green+Blue) = 197+135+20=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58714 is #3A78EB. Grayscale: #8C8C8C. Windows color (decimal): -3832044 or 1345477. OLE color: 1345477.
HSL color Cylindrical-coordinate representation of color #C58714: hue angle of 38.98º 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 #C58714 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 20 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.23 |
| HSL | 38.98º | 0.82% | 0.43% | - |
| HSV(B) | 38.98º | 0.9% | 0.77% | - |
| XYZ | 31.82 | 29.25 | 4.63 | - |
| YUV | 140.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 20 | 0 | 0.31 | 0.90 | 0.23 | 38.98 | 0.82 | 0.43 |
| Hex | C5 | 87 | 14 | 0 | 1F | 5A | 17 | 27 | 52 | 2B |
| Octal | 305 | 207 | 24 | 0 | 37 | 132 | 27 | 47 | 122 | 53 |
| Binary | 11000101 | 10000111 | 10100 | 0 | 11111 | 1011010 | 10111 | 100111 | 1010010 | 101011 |
Color Harmonies of #C58714
Complementary color
Monochromatic Colors of #C58714
Black with #C58714
Text Example
Text Example
White with #C58714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58714; }
p { color: rgb(197,135,20); }
H1.HeaderClassName
{
color: #C58714;
}
.AnyTagClassName
{
color: #C58714;
}
</style>
background-color css
<style>
a { background-color: #C58714; }
a { background-color: rgb(197,135,20); }
div.DivClassName
{
background-color: #C58714;
}
.BgClassName
{
background-color: #C58714;
}
</style>
border-color css
<style>
span { border-color: #C58714; }
span { border-color: rgb(197,135,20); }
td.TdClassName
{
border-color: #C58714;
}
.TagClassName
{
border-color: #C58714;
}
</style>