Shades of Dark Goldenrod #C58F04
Tints of Dark Goldenrod #C58F04
RGB
CMYK
RGB Variations
Color information
#C58F04 (or 0xC58F04) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 04. RGB value is (197,143,4). Sum of RGB (Red+Green+Blue) = 197+143+4=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F04 is #3A70FB. Grayscale: #8F8F8F. Windows color (decimal): -3830012 or 298949. OLE color: 298949.
HSL color Cylindrical-coordinate representation of color #C58F04: hue angle of 43.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C58F04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.23 |
| HSL | 43.21º | 0.96% | 0.39% | - |
| HSV(B) | 43.21º | 0.98% | 0.77% | - |
| XYZ | 32.87 | 31.52 | 4.47 | - |
| YUV | 143.3 | 49.39 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 4 | 0 | 0.27 | 0.98 | 0.23 | 43.21 | 0.96 | 0.39 |
| Hex | C5 | 8F | 4 | 0 | 1B | 62 | 17 | 2B | 60 | 27 |
| Octal | 305 | 217 | 4 | 0 | 33 | 142 | 27 | 53 | 140 | 47 |
| Binary | 11000101 | 10001111 | 100 | 0 | 11011 | 1100010 | 10111 | 101011 | 1100000 | 100111 |
Color Harmonies of #C58F04
Complementary color
Monochromatic Colors of #C58F04
Black with #C58F04
Text Example
Text Example
White with #C58F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F04; }
p { color: rgb(197,143,4); }
H1.HeaderClassName
{
color: #C58F04;
}
.AnyTagClassName
{
color: #C58F04;
}
</style>
background-color css
<style>
a { background-color: #C58F04; }
a { background-color: rgb(197,143,4); }
div.DivClassName
{
background-color: #C58F04;
}
.BgClassName
{
background-color: #C58F04;
}
</style>
border-color css
<style>
span { border-color: #C58F04; }
span { border-color: rgb(197,143,4); }
td.TdClassName
{
border-color: #C58F04;
}
.TagClassName
{
border-color: #C58F04;
}
</style>