Shades of Dark Goldenrod #C58A10
Tints of Dark Goldenrod #C58A10
RGB
CMYK
RGB Variations
Color information
#C58A10 (or 0xC58A10) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 10. RGB value is (197,138,16). Sum of RGB (Red+Green+Blue) = 197+138+16=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A10 is #3A75EF. Grayscale: #8E8E8E. Windows color (decimal): -3831280 or 1084101. OLE color: 1084101.
HSL color Cylindrical-coordinate representation of color #C58A10: hue angle of 40.44º 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 #C58A10 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.23 |
| HSL | 40.44º | 0.85% | 0.42% | - |
| HSV(B) | 40.44º | 0.92% | 0.77% | - |
| XYZ | 32.21 | 30.08 | 4.6 | - |
| YUV | 141.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 16 | 0 | 0.30 | 0.92 | 0.23 | 40.44 | 0.85 | 0.42 |
| Hex | C5 | 8A | 10 | 0 | 1E | 5C | 17 | 28 | 55 | 2A |
| Octal | 305 | 212 | 20 | 0 | 36 | 134 | 27 | 50 | 125 | 52 |
| Binary | 11000101 | 10001010 | 10000 | 0 | 11110 | 1011100 | 10111 | 101000 | 1010101 | 101010 |
Color Harmonies of #C58A10
Complementary color
Monochromatic Colors of #C58A10
Black with #C58A10
Text Example
Text Example
White with #C58A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A10; }
p { color: rgb(197,138,16); }
H1.HeaderClassName
{
color: #C58A10;
}
.AnyTagClassName
{
color: #C58A10;
}
</style>
background-color css
<style>
a { background-color: #C58A10; }
a { background-color: rgb(197,138,16); }
div.DivClassName
{
background-color: #C58A10;
}
.BgClassName
{
background-color: #C58A10;
}
</style>
border-color css
<style>
span { border-color: #C58A10; }
span { border-color: rgb(197,138,16); }
td.TdClassName
{
border-color: #C58A10;
}
.TagClassName
{
border-color: #C58A10;
}
</style>