Shades of Dark Goldenrod #C58F10
Tints of Dark Goldenrod #C58F10
RGB
CMYK
RGB Variations
Color information
#C58F10 (or 0xC58F10) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 10. RGB value is (197,143,16). Sum of RGB (Red+Green+Blue) = 197+143+16=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F10 is #3A70EF. Grayscale: #919191. Windows color (decimal): -3830000 or 1085381. OLE color: 1085381.
HSL color Cylindrical-coordinate representation of color #C58F10: hue angle of 42.1º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C58F10 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.23 |
| HSL | 42.1º | 0.85% | 0.42% | - |
| HSV(B) | 42.1º | 0.92% | 0.77% | - |
| XYZ | 32.94 | 31.55 | 4.84 | - |
| YUV | 144.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 16 | 0 | 0.27 | 0.92 | 0.23 | 42.1 | 0.85 | 0.42 |
| Hex | C5 | 8F | 10 | 0 | 1B | 5C | 17 | 2A | 55 | 2A |
| Octal | 305 | 217 | 20 | 0 | 33 | 134 | 27 | 52 | 125 | 52 |
| Binary | 11000101 | 10001111 | 10000 | 0 | 11011 | 1011100 | 10111 | 101010 | 1010101 | 101010 |
Color Harmonies of #C58F10
Complementary color
Monochromatic Colors of #C58F10
Black with #C58F10
Text Example
Text Example
White with #C58F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F10; }
p { color: rgb(197,143,16); }
H1.HeaderClassName
{
color: #C58F10;
}
.AnyTagClassName
{
color: #C58F10;
}
</style>
background-color css
<style>
a { background-color: #C58F10; }
a { background-color: rgb(197,143,16); }
div.DivClassName
{
background-color: #C58F10;
}
.BgClassName
{
background-color: #C58F10;
}
</style>
border-color css
<style>
span { border-color: #C58F10; }
span { border-color: rgb(197,143,16); }
td.TdClassName
{
border-color: #C58F10;
}
.TagClassName
{
border-color: #C58F10;
}
</style>