Shades of Dark Goldenrod #C58D09
Tints of Dark Goldenrod #C58D09
RGB
CMYK
RGB Variations
Color information
#C58D09 (or 0xC58D09) is known color: Dark Goldenrod. HEX triplet: C5, 8D and 09. RGB value is (197,141,9). Sum of RGB (Red+Green+Blue) = 197+141+9=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D09 is #3A72F6. Grayscale: #8F8F8F. Windows color (decimal): -3830519 or 626117. OLE color: 626117.
HSL color Cylindrical-coordinate representation of color #C58D09: hue angle of 42.13º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C58D09 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 9 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.23 |
| HSL | 42.13º | 0.91% | 0.4% | - |
| HSV(B) | 42.13º | 0.95% | 0.77% | - |
| XYZ | 32.6 | 30.94 | 4.51 | - |
| YUV | 142.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 9 | 0 | 0.28 | 0.95 | 0.23 | 42.13 | 0.91 | 0.4 |
| Hex | C5 | 8D | 9 | 0 | 1C | 5F | 17 | 2A | 5B | 28 |
| Octal | 305 | 215 | 11 | 0 | 34 | 137 | 27 | 52 | 133 | 50 |
| Binary | 11000101 | 10001101 | 1001 | 0 | 11100 | 1011111 | 10111 | 101010 | 1011011 | 101000 |
Color Harmonies of #C58D09
Complementary color
Monochromatic Colors of #C58D09
Black with #C58D09
Text Example
Text Example
White with #C58D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D09; }
p { color: rgb(197,141,9); }
H1.HeaderClassName
{
color: #C58D09;
}
.AnyTagClassName
{
color: #C58D09;
}
</style>
background-color css
<style>
a { background-color: #C58D09; }
a { background-color: rgb(197,141,9); }
div.DivClassName
{
background-color: #C58D09;
}
.BgClassName
{
background-color: #C58D09;
}
</style>
border-color css
<style>
span { border-color: #C58D09; }
span { border-color: rgb(197,141,9); }
td.TdClassName
{
border-color: #C58D09;
}
.TagClassName
{
border-color: #C58D09;
}
</style>