Shades of Dark Goldenrod #C58015
Tints of Dark Goldenrod #C58015
RGB
CMYK
RGB Variations
Color information
#C58015 (or 0xC58015) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 15. RGB value is (197,128,21). Sum of RGB (Red+Green+Blue) = 197+128+21=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58015 is #3A7FEA. Grayscale: #888888. Windows color (decimal): -3833835 or 1409221. OLE color: 1409221.
HSL color Cylindrical-coordinate representation of color #C58015: hue angle of 36.48º degrees, saturation: 0.81, 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 #C58015 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 21 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.23 |
| HSL | 36.48º | 0.81% | 0.43% | - |
| HSV(B) | 36.48º | 0.89% | 0.77% | - |
| XYZ | 30.88 | 27.36 | 4.36 | - |
| YUV | 136.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 21 | 0 | 0.35 | 0.89 | 0.23 | 36.48 | 0.81 | 0.43 |
| Hex | C5 | 80 | 15 | 0 | 23 | 59 | 17 | 24 | 51 | 2B |
| Octal | 305 | 200 | 25 | 0 | 43 | 131 | 27 | 44 | 121 | 53 |
| Binary | 11000101 | 10000000 | 10101 | 0 | 100011 | 1011001 | 10111 | 100100 | 1010001 | 101011 |
Color Harmonies of #C58015
Complementary color
Monochromatic Colors of #C58015
Black with #C58015
Text Example
Text Example
White with #C58015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58015; }
p { color: rgb(197,128,21); }
H1.HeaderClassName
{
color: #C58015;
}
.AnyTagClassName
{
color: #C58015;
}
</style>
background-color css
<style>
a { background-color: #C58015; }
a { background-color: rgb(197,128,21); }
div.DivClassName
{
background-color: #C58015;
}
.BgClassName
{
background-color: #C58015;
}
</style>
border-color css
<style>
span { border-color: #C58015; }
span { border-color: rgb(197,128,21); }
td.TdClassName
{
border-color: #C58015;
}
.TagClassName
{
border-color: #C58015;
}
</style>