Shades of Dark Goldenrod #C58300
Tints of Dark Goldenrod #C58300
RGB
CMYK
RGB Variations
Color information
#C58300 (or 0xC58300) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 00. RGB value is (197,131,0). Sum of RGB (Red+Green+Blue) = 197+131+0=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C58300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58300 is #3A7CFF. Grayscale: #888888. Windows color (decimal): -3833088 or 33733. OLE color: 33733.
HSL color Cylindrical-coordinate representation of color #C58300: hue angle of 39.9º 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 #C58300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.23 |
| HSL | 39.9º | 1% | 0.39% | - |
| HSV(B) | 39.9º | 1% | 0.77% | - |
| XYZ | 31.14 | 28.1 | 3.78 | - |
| YUV | 135.8 | 51.37 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 0 | 0 | 0.34 | 1 | 0.23 | 39.9 | 1 | 0.39 |
| Hex | C5 | 83 | 0 | 0 | 22 | 64 | 17 | 28 | 64 | 27 |
| Octal | 305 | 203 | 0 | 0 | 42 | 144 | 27 | 50 | 144 | 47 |
| Binary | 11000101 | 10000011 | 0 | 0 | 100010 | 1100100 | 10111 | 101000 | 1100100 | 100111 |
Color Harmonies of #C58300
Complementary color
Monochromatic Colors of #C58300
Black with #C58300
Text Example
Text Example
White with #C58300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58300; }
p { color: rgb(197,131,0); }
H1.HeaderClassName
{
color: #C58300;
}
.AnyTagClassName
{
color: #C58300;
}
</style>
background-color css
<style>
a { background-color: #C58300; }
a { background-color: rgb(197,131,0); }
div.DivClassName
{
background-color: #C58300;
}
.BgClassName
{
background-color: #C58300;
}
</style>
border-color css
<style>
span { border-color: #C58300; }
span { border-color: rgb(197,131,0); }
td.TdClassName
{
border-color: #C58300;
}
.TagClassName
{
border-color: #C58300;
}
</style>