Shades of Dark Goldenrod #C58C08
Tints of Dark Goldenrod #C58C08
RGB
CMYK
RGB Variations
Color information
#C58C08 (or 0xC58C08) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 08. RGB value is (197,140,8). Sum of RGB (Red+Green+Blue) = 197+140+8=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C08 is #3A73F7. Grayscale: #8E8E8E. Windows color (decimal): -3830776 or 560325. OLE color: 560325.
HSL color Cylindrical-coordinate representation of color #C58C08: hue angle of 41.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C58C08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.23 |
| HSL | 41.9º | 0.92% | 0.4% | - |
| HSV(B) | 41.9º | 0.96% | 0.77% | - |
| XYZ | 32.45 | 30.64 | 4.43 | - |
| YUV | 142 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 8 | 0 | 0.29 | 0.96 | 0.23 | 41.9 | 0.92 | 0.4 |
| Hex | C5 | 8C | 8 | 0 | 1D | 60 | 17 | 2A | 5C | 28 |
| Octal | 305 | 214 | 10 | 0 | 35 | 140 | 27 | 52 | 134 | 50 |
| Binary | 11000101 | 10001100 | 1000 | 0 | 11101 | 1100000 | 10111 | 101010 | 1011100 | 101000 |
Color Harmonies of #C58C08
Complementary color
Monochromatic Colors of #C58C08
Black with #C58C08
Text Example
Text Example
White with #C58C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C08; }
p { color: rgb(197,140,8); }
H1.HeaderClassName
{
color: #C58C08;
}
.AnyTagClassName
{
color: #C58C08;
}
</style>
background-color css
<style>
a { background-color: #C58C08; }
a { background-color: rgb(197,140,8); }
div.DivClassName
{
background-color: #C58C08;
}
.BgClassName
{
background-color: #C58C08;
}
</style>
border-color css
<style>
span { border-color: #C58C08; }
span { border-color: rgb(197,140,8); }
td.TdClassName
{
border-color: #C58C08;
}
.TagClassName
{
border-color: #C58C08;
}
</style>