Shades of Dark Goldenrod #C58F00
Tints of Dark Goldenrod #C58F00
RGB
CMYK
RGB Variations
Color information
#C58F00 (or 0xC58F00) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 00. RGB value is (197,143,0). Sum of RGB (Red+Green+Blue) = 197+143+0=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F00 is #3A70FF. Grayscale: #8F8F8F. Windows color (decimal): -3830016 or 36805. OLE color: 36805.
HSL color Cylindrical-coordinate representation of color #C58F00: hue angle of 43.55º 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 #C58F00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.23 |
| HSL | 43.55º | 1% | 0.39% | - |
| HSV(B) | 43.55º | 1% | 0.77% | - |
| XYZ | 32.85 | 31.52 | 4.35 | - |
| YUV | 142.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 0 | 0 | 0.27 | 1 | 0.23 | 43.55 | 1 | 0.39 |
| Hex | C5 | 8F | 0 | 0 | 1B | 64 | 17 | 2C | 64 | 27 |
| Octal | 305 | 217 | 0 | 0 | 33 | 144 | 27 | 54 | 144 | 47 |
| Binary | 11000101 | 10001111 | 0 | 0 | 11011 | 1100100 | 10111 | 101100 | 1100100 | 100111 |
Color Harmonies of #C58F00
Complementary color
Monochromatic Colors of #C58F00
Black with #C58F00
Text Example
Text Example
White with #C58F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F00; }
p { color: rgb(197,143,0); }
H1.HeaderClassName
{
color: #C58F00;
}
.AnyTagClassName
{
color: #C58F00;
}
</style>
background-color css
<style>
a { background-color: #C58F00; }
a { background-color: rgb(197,143,0); }
div.DivClassName
{
background-color: #C58F00;
}
.BgClassName
{
background-color: #C58F00;
}
</style>
border-color css
<style>
span { border-color: #C58F00; }
span { border-color: rgb(197,143,0); }
td.TdClassName
{
border-color: #C58F00;
}
.TagClassName
{
border-color: #C58F00;
}
</style>