Shades of Dark Goldenrod #C58D08
Tints of Dark Goldenrod #C58D08
RGB
CMYK
RGB Variations
Color information
#C58D08 (or 0xC58D08) is known color: Dark Goldenrod. HEX triplet: C5, 8D and 08. RGB value is (197,141,8). Sum of RGB (Red+Green+Blue) = 197+141+8=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D08 is #3A72F7. Grayscale: #8F8F8F. Windows color (decimal): -3830520 or 560581. OLE color: 560581.
HSL color Cylindrical-coordinate representation of color #C58D08: hue angle of 42.22º 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 #C58D08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.23 |
| HSL | 42.22º | 0.92% | 0.4% | - |
| HSV(B) | 42.22º | 0.96% | 0.77% | - |
| XYZ | 32.59 | 30.94 | 4.48 | - |
| YUV | 142.58 | 52.05 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 8 | 0 | 0.28 | 0.96 | 0.23 | 42.22 | 0.92 | 0.4 |
| Hex | C5 | 8D | 8 | 0 | 1C | 60 | 17 | 2A | 5C | 28 |
| Octal | 305 | 215 | 10 | 0 | 34 | 140 | 27 | 52 | 134 | 50 |
| Binary | 11000101 | 10001101 | 1000 | 0 | 11100 | 1100000 | 10111 | 101010 | 1011100 | 101000 |
Color Harmonies of #C58D08
Complementary color
Monochromatic Colors of #C58D08
Black with #C58D08
Text Example
Text Example
White with #C58D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D08; }
p { color: rgb(197,141,8); }
H1.HeaderClassName
{
color: #C58D08;
}
.AnyTagClassName
{
color: #C58D08;
}
</style>
background-color css
<style>
a { background-color: #C58D08; }
a { background-color: rgb(197,141,8); }
div.DivClassName
{
background-color: #C58D08;
}
.BgClassName
{
background-color: #C58D08;
}
</style>
border-color css
<style>
span { border-color: #C58D08; }
span { border-color: rgb(197,141,8); }
td.TdClassName
{
border-color: #C58D08;
}
.TagClassName
{
border-color: #C58D08;
}
</style>