Shades of Dark Goldenrod #C58819
Tints of Dark Goldenrod #C58819
RGB
CMYK
RGB Variations
Color information
#C58819 (or 0xC58819) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 19. RGB value is (197,136,25). Sum of RGB (Red+Green+Blue) = 197+136+25=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C58819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58819 is #3A77E6. Grayscale: #8E8E8E. Windows color (decimal): -3831783 or 1673413. OLE color: 1673413.
HSL color Cylindrical-coordinate representation of color #C58819: hue angle of 38.72º 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 #C58819 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 25 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.23 |
| HSL | 38.72º | 0.77% | 0.44% | - |
| HSV(B) | 38.72º | 0.87% | 0.77% | - |
| XYZ | 32.01 | 29.55 | 4.94 | - |
| YUV | 141.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 25 | 0 | 0.31 | 0.87 | 0.23 | 38.72 | 0.77 | 0.44 |
| Hex | C5 | 88 | 19 | 0 | 1F | 57 | 17 | 27 | 4D | 2C |
| Octal | 305 | 210 | 31 | 0 | 37 | 127 | 27 | 47 | 115 | 54 |
| Binary | 11000101 | 10001000 | 11001 | 0 | 11111 | 1010111 | 10111 | 100111 | 1001101 | 101100 |
Color Harmonies of #C58819
Complementary color
Monochromatic Colors of #C58819
Black with #C58819
Text Example
Text Example
White with #C58819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58819; }
p { color: rgb(197,136,25); }
H1.HeaderClassName
{
color: #C58819;
}
.AnyTagClassName
{
color: #C58819;
}
</style>
background-color css
<style>
a { background-color: #C58819; }
a { background-color: rgb(197,136,25); }
div.DivClassName
{
background-color: #C58819;
}
.BgClassName
{
background-color: #C58819;
}
</style>
border-color css
<style>
span { border-color: #C58819; }
span { border-color: rgb(197,136,25); }
td.TdClassName
{
border-color: #C58819;
}
.TagClassName
{
border-color: #C58819;
}
</style>