Shades of Dark Goldenrod #C58A11
Tints of Dark Goldenrod #C58A11
RGB
CMYK
RGB Variations
Color information
#C58A11 (or 0xC58A11) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 11. RGB value is (197,138,17). Sum of RGB (Red+Green+Blue) = 197+138+17=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A11 is #3A75EE. Grayscale: #8E8E8E. Windows color (decimal): -3831279 or 1149637. OLE color: 1149637.
HSL color Cylindrical-coordinate representation of color #C58A11: hue angle of 40.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C58A11 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 17 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.23 |
| HSL | 40.33º | 0.84% | 0.42% | - |
| HSV(B) | 40.33º | 0.91% | 0.77% | - |
| XYZ | 32.22 | 30.09 | 4.64 | - |
| YUV | 141.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 17 | 0 | 0.30 | 0.91 | 0.23 | 40.33 | 0.84 | 0.42 |
| Hex | C5 | 8A | 11 | 0 | 1E | 5B | 17 | 28 | 54 | 2A |
| Octal | 305 | 212 | 21 | 0 | 36 | 133 | 27 | 50 | 124 | 52 |
| Binary | 11000101 | 10001010 | 10001 | 0 | 11110 | 1011011 | 10111 | 101000 | 1010100 | 101010 |
Color Harmonies of #C58A11
Complementary color
Monochromatic Colors of #C58A11
Black with #C58A11
Text Example
Text Example
White with #C58A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A11; }
p { color: rgb(197,138,17); }
H1.HeaderClassName
{
color: #C58A11;
}
.AnyTagClassName
{
color: #C58A11;
}
</style>
background-color css
<style>
a { background-color: #C58A11; }
a { background-color: rgb(197,138,17); }
div.DivClassName
{
background-color: #C58A11;
}
.BgClassName
{
background-color: #C58A11;
}
</style>
border-color css
<style>
span { border-color: #C58A11; }
span { border-color: rgb(197,138,17); }
td.TdClassName
{
border-color: #C58A11;
}
.TagClassName
{
border-color: #C58A11;
}
</style>