Shades of Dark Goldenrod #C58915
Tints of Dark Goldenrod #C58915
RGB
CMYK
RGB Variations
Color information
#C58915 (or 0xC58915) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 15. RGB value is (197,137,21). Sum of RGB (Red+Green+Blue) = 197+137+21=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C58915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58915 is #3A76EA. Grayscale: #8E8E8E. Windows color (decimal): -3831531 or 1411525. OLE color: 1411525.
HSL color Cylindrical-coordinate representation of color #C58915: hue angle of 39.55º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58915 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.23 |
| HSL | 39.55º | 0.81% | 0.43% | - |
| HSV(B) | 39.55º | 0.89% | 0.77% | - |
| XYZ | 32.11 | 29.82 | 4.77 | - |
| YUV | 141.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 21 | 0 | 0.30 | 0.89 | 0.23 | 39.55 | 0.81 | 0.43 |
| Hex | C5 | 89 | 15 | 0 | 1E | 59 | 17 | 28 | 51 | 2B |
| Octal | 305 | 211 | 25 | 0 | 36 | 131 | 27 | 50 | 121 | 53 |
| Binary | 11000101 | 10001001 | 10101 | 0 | 11110 | 1011001 | 10111 | 101000 | 1010001 | 101011 |
Color Harmonies of #C58915
Complementary color
Monochromatic Colors of #C58915
Black with #C58915
Text Example
Text Example
White with #C58915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58915; }
p { color: rgb(197,137,21); }
H1.HeaderClassName
{
color: #C58915;
}
.AnyTagClassName
{
color: #C58915;
}
</style>
background-color css
<style>
a { background-color: #C58915; }
a { background-color: rgb(197,137,21); }
div.DivClassName
{
background-color: #C58915;
}
.BgClassName
{
background-color: #C58915;
}
</style>
border-color css
<style>
span { border-color: #C58915; }
span { border-color: rgb(197,137,21); }
td.TdClassName
{
border-color: #C58915;
}
.TagClassName
{
border-color: #C58915;
}
</style>