Shades of Dark Goldenrod #C58A12
Tints of Dark Goldenrod #C58A12
RGB
CMYK
RGB Variations
Color information
#C58A12 (or 0xC58A12) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 12. RGB value is (197,138,18). Sum of RGB (Red+Green+Blue) = 197+138+18=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A12 is #3A75ED. Grayscale: #8E8E8E. Windows color (decimal): -3831278 or 1215173. OLE color: 1215173.
HSL color Cylindrical-coordinate representation of color #C58A12: hue angle of 40.22º degrees, saturation: 0.83, 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 #C58A12 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 18 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.23 |
| HSL | 40.22º | 0.83% | 0.42% | - |
| HSV(B) | 40.22º | 0.91% | 0.77% | - |
| XYZ | 32.22 | 30.09 | 4.68 | - |
| YUV | 141.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 18 | 0 | 0.30 | 0.91 | 0.23 | 40.22 | 0.83 | 0.42 |
| Hex | C5 | 8A | 12 | 0 | 1E | 5B | 17 | 28 | 53 | 2A |
| Octal | 305 | 212 | 22 | 0 | 36 | 133 | 27 | 50 | 123 | 52 |
| Binary | 11000101 | 10001010 | 10010 | 0 | 11110 | 1011011 | 10111 | 101000 | 1010011 | 101010 |
Color Harmonies of #C58A12
Complementary color
Monochromatic Colors of #C58A12
Black with #C58A12
Text Example
Text Example
White with #C58A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A12; }
p { color: rgb(197,138,18); }
H1.HeaderClassName
{
color: #C58A12;
}
.AnyTagClassName
{
color: #C58A12;
}
</style>
background-color css
<style>
a { background-color: #C58A12; }
a { background-color: rgb(197,138,18); }
div.DivClassName
{
background-color: #C58A12;
}
.BgClassName
{
background-color: #C58A12;
}
</style>
border-color css
<style>
span { border-color: #C58A12; }
span { border-color: rgb(197,138,18); }
td.TdClassName
{
border-color: #C58A12;
}
.TagClassName
{
border-color: #C58A12;
}
</style>