Shades of Dark Goldenrod #C58500
Tints of Dark Goldenrod #C58500
RGB
CMYK
RGB Variations
Color information
#C58500 (or 0xC58500) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 00. RGB value is (197,133,0). Sum of RGB (Red+Green+Blue) = 197+133+0=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C58500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58500 is #3A7AFF. Grayscale: #898989. Windows color (decimal): -3832576 or 34245. OLE color: 34245.
HSL color Cylindrical-coordinate representation of color #C58500: hue angle of 40.51º 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 #C58500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.23 |
| HSL | 40.51º | 1% | 0.39% | - |
| HSV(B) | 40.51º | 1% | 0.77% | - |
| XYZ | 31.41 | 28.65 | 3.87 | - |
| YUV | 136.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 0 | 0 | 0.32 | 1 | 0.23 | 40.51 | 1 | 0.39 |
| Hex | C5 | 85 | 0 | 0 | 20 | 64 | 17 | 29 | 64 | 27 |
| Octal | 305 | 205 | 0 | 0 | 40 | 144 | 27 | 51 | 144 | 47 |
| Binary | 11000101 | 10000101 | 0 | 0 | 100000 | 1100100 | 10111 | 101001 | 1100100 | 100111 |
Color Harmonies of #C58500
Complementary color
Monochromatic Colors of #C58500
Black with #C58500
Text Example
Text Example
White with #C58500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58500; }
p { color: rgb(197,133,0); }
H1.HeaderClassName
{
color: #C58500;
}
.AnyTagClassName
{
color: #C58500;
}
</style>
background-color css
<style>
a { background-color: #C58500; }
a { background-color: rgb(197,133,0); }
div.DivClassName
{
background-color: #C58500;
}
.BgClassName
{
background-color: #C58500;
}
</style>
border-color css
<style>
span { border-color: #C58500; }
span { border-color: rgb(197,133,0); }
td.TdClassName
{
border-color: #C58500;
}
.TagClassName
{
border-color: #C58500;
}
</style>