Shades of Dark Goldenrod #C58F01
Tints of Dark Goldenrod #C58F01
RGB
CMYK
RGB Variations
Color information
#C58F01 (or 0xC58F01) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 01. RGB value is (197,143,1). Sum of RGB (Red+Green+Blue) = 197+143+1=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F01 is #3A70FE. Grayscale: #8F8F8F. Windows color (decimal): -3830015 or 102341. OLE color: 102341.
HSL color Cylindrical-coordinate representation of color #C58F01: hue angle of 43.47º 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 #C58F01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.23 |
| HSL | 43.47º | 0.99% | 0.39% | - |
| HSV(B) | 43.47º | 0.99% | 0.77% | - |
| XYZ | 32.85 | 31.52 | 4.38 | - |
| YUV | 142.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 1 | 0 | 0.27 | 0.99 | 0.23 | 43.47 | 0.99 | 0.39 |
| Hex | C5 | 8F | 1 | 0 | 1B | 63 | 17 | 2B | 63 | 27 |
| Octal | 305 | 217 | 1 | 0 | 33 | 143 | 27 | 53 | 143 | 47 |
| Binary | 11000101 | 10001111 | 1 | 0 | 11011 | 1100011 | 10111 | 101011 | 1100011 | 100111 |
Color Harmonies of #C58F01
Complementary color
Monochromatic Colors of #C58F01
Black with #C58F01
Text Example
Text Example
White with #C58F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F01; }
p { color: rgb(197,143,1); }
H1.HeaderClassName
{
color: #C58F01;
}
.AnyTagClassName
{
color: #C58F01;
}
</style>
background-color css
<style>
a { background-color: #C58F01; }
a { background-color: rgb(197,143,1); }
div.DivClassName
{
background-color: #C58F01;
}
.BgClassName
{
background-color: #C58F01;
}
</style>
border-color css
<style>
span { border-color: #C58F01; }
span { border-color: rgb(197,143,1); }
td.TdClassName
{
border-color: #C58F01;
}
.TagClassName
{
border-color: #C58F01;
}
</style>