Shades of Dark Goldenrod #C58A16
Tints of Dark Goldenrod #C58A16
RGB
CMYK
RGB Variations
Color information
#C58A16 (or 0xC58A16) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 16. RGB value is (197,138,22). Sum of RGB (Red+Green+Blue) = 197+138+22=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A16 is #3A75E9. Grayscale: #8E8E8E. Windows color (decimal): -3831274 or 1477317. OLE color: 1477317.
HSL color Cylindrical-coordinate representation of color #C58A16: hue angle of 39.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58A16 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 22 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.23 |
| HSL | 39.77º | 0.8% | 0.43% | - |
| HSV(B) | 39.77º | 0.89% | 0.77% | - |
| XYZ | 32.26 | 30.11 | 4.87 | - |
| YUV | 142.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 22 | 0 | 0.30 | 0.89 | 0.23 | 39.77 | 0.8 | 0.43 |
| Hex | C5 | 8A | 16 | 0 | 1E | 59 | 17 | 28 | 50 | 2B |
| Octal | 305 | 212 | 26 | 0 | 36 | 131 | 27 | 50 | 120 | 53 |
| Binary | 11000101 | 10001010 | 10110 | 0 | 11110 | 1011001 | 10111 | 101000 | 1010000 | 101011 |
Color Harmonies of #C58A16
Complementary color
Monochromatic Colors of #C58A16
Black with #C58A16
Text Example
Text Example
White with #C58A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A16; }
p { color: rgb(197,138,22); }
H1.HeaderClassName
{
color: #C58A16;
}
.AnyTagClassName
{
color: #C58A16;
}
</style>
background-color css
<style>
a { background-color: #C58A16; }
a { background-color: rgb(197,138,22); }
div.DivClassName
{
background-color: #C58A16;
}
.BgClassName
{
background-color: #C58A16;
}
</style>
border-color css
<style>
span { border-color: #C58A16; }
span { border-color: rgb(197,138,22); }
td.TdClassName
{
border-color: #C58A16;
}
.TagClassName
{
border-color: #C58A16;
}
</style>