Shades of Dark Goldenrod #C58001
Tints of Dark Goldenrod #C58001
RGB
CMYK
RGB Variations
Color information
#C58001 (or 0xC58001) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 01. RGB value is (197,128,1). Sum of RGB (Red+Green+Blue) = 197+128+1=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C58001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58001 is #3A7FFE. Grayscale: #868686. Windows color (decimal): -3833855 or 98501. OLE color: 98501.
HSL color Cylindrical-coordinate representation of color #C58001: hue angle of 38.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58001 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.23 |
| HSL | 38.88º | 0.99% | 0.39% | - |
| HSV(B) | 38.88º | 0.99% | 0.77% | - |
| XYZ | 30.75 | 27.31 | 3.68 | - |
| YUV | 134.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 1 | 0 | 0.35 | 0.99 | 0.23 | 38.88 | 0.99 | 0.39 |
| Hex | C5 | 80 | 1 | 0 | 23 | 63 | 17 | 27 | 63 | 27 |
| Octal | 305 | 200 | 1 | 0 | 43 | 143 | 27 | 47 | 143 | 47 |
| Binary | 11000101 | 10000000 | 1 | 0 | 100011 | 1100011 | 10111 | 100111 | 1100011 | 100111 |
Color Harmonies of #C58001
Complementary color
Monochromatic Colors of #C58001
Black with #C58001
Text Example
Text Example
White with #C58001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58001; }
p { color: rgb(197,128,1); }
H1.HeaderClassName
{
color: #C58001;
}
.AnyTagClassName
{
color: #C58001;
}
</style>
background-color css
<style>
a { background-color: #C58001; }
a { background-color: rgb(197,128,1); }
div.DivClassName
{
background-color: #C58001;
}
.BgClassName
{
background-color: #C58001;
}
</style>
border-color css
<style>
span { border-color: #C58001; }
span { border-color: rgb(197,128,1); }
td.TdClassName
{
border-color: #C58001;
}
.TagClassName
{
border-color: #C58001;
}
</style>