Shades of Dark Goldenrod #C58619
Tints of Dark Goldenrod #C58619
RGB
CMYK
RGB Variations
Color information
#C58619 (or 0xC58619) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 19. RGB value is (197,134,25). Sum of RGB (Red+Green+Blue) = 197+134+25=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C58619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58619 is #3A79E6. Grayscale: #8C8C8C. Windows color (decimal): -3832295 or 1672901. OLE color: 1672901.
HSL color Cylindrical-coordinate representation of color #C58619: hue angle of 38.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C58619 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 25 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.23 |
| HSL | 38.02º | 0.77% | 0.44% | - |
| HSV(B) | 38.02º | 0.87% | 0.77% | - |
| XYZ | 31.73 | 28.99 | 4.84 | - |
| YUV | 140.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 25 | 0 | 0.32 | 0.87 | 0.23 | 38.02 | 0.77 | 0.44 |
| Hex | C5 | 86 | 19 | 0 | 20 | 57 | 17 | 26 | 4D | 2C |
| Octal | 305 | 206 | 31 | 0 | 40 | 127 | 27 | 46 | 115 | 54 |
| Binary | 11000101 | 10000110 | 11001 | 0 | 100000 | 1010111 | 10111 | 100110 | 1001101 | 101100 |
Color Harmonies of #C58619
Complementary color
Monochromatic Colors of #C58619
Black with #C58619
Text Example
Text Example
White with #C58619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58619; }
p { color: rgb(197,134,25); }
H1.HeaderClassName
{
color: #C58619;
}
.AnyTagClassName
{
color: #C58619;
}
</style>
background-color css
<style>
a { background-color: #C58619; }
a { background-color: rgb(197,134,25); }
div.DivClassName
{
background-color: #C58619;
}
.BgClassName
{
background-color: #C58619;
}
</style>
border-color css
<style>
span { border-color: #C58619; }
span { border-color: rgb(197,134,25); }
td.TdClassName
{
border-color: #C58619;
}
.TagClassName
{
border-color: #C58619;
}
</style>