Shades of Dark Goldenrod #C58800
Tints of Dark Goldenrod #C58800
RGB
CMYK
RGB Variations
Color information
#C58800 (or 0xC58800) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 00. RGB value is (197,136,0). Sum of RGB (Red+Green+Blue) = 197+136+0=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58800 is #3A77FF. Grayscale: #8B8B8B. Windows color (decimal): -3831808 or 35013. OLE color: 35013.
HSL color Cylindrical-coordinate representation of color #C58800: hue angle of 41.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C58800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.23 |
| HSL | 41.42º | 1% | 0.39% | - |
| HSV(B) | 41.42º | 1% | 0.77% | - |
| XYZ | 31.83 | 29.48 | 4.01 | - |
| YUV | 138.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 0 | 0 | 0.31 | 1 | 0.23 | 41.42 | 1 | 0.39 |
| Hex | C5 | 88 | 0 | 0 | 1F | 64 | 17 | 29 | 64 | 27 |
| Octal | 305 | 210 | 0 | 0 | 37 | 144 | 27 | 51 | 144 | 47 |
| Binary | 11000101 | 10001000 | 0 | 0 | 11111 | 1100100 | 10111 | 101001 | 1100100 | 100111 |
Color Harmonies of #C58800
Complementary color
Monochromatic Colors of #C58800
Black with #C58800
Text Example
Text Example
White with #C58800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58800; }
p { color: rgb(197,136,0); }
H1.HeaderClassName
{
color: #C58800;
}
.AnyTagClassName
{
color: #C58800;
}
</style>
background-color css
<style>
a { background-color: #C58800; }
a { background-color: rgb(197,136,0); }
div.DivClassName
{
background-color: #C58800;
}
.BgClassName
{
background-color: #C58800;
}
</style>
border-color css
<style>
span { border-color: #C58800; }
span { border-color: rgb(197,136,0); }
td.TdClassName
{
border-color: #C58800;
}
.TagClassName
{
border-color: #C58800;
}
</style>