Shades of Dark Goldenrod #C58109
Tints of Dark Goldenrod #C58109
RGB
CMYK
RGB Variations
Color information
#C58109 (or 0xC58109) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 09. RGB value is (197,129,9). Sum of RGB (Red+Green+Blue) = 197+129+9=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C58109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58109 is #3A7EF6. Grayscale: #888888. Windows color (decimal): -3833591 or 623045. OLE color: 623045.
HSL color Cylindrical-coordinate representation of color #C58109: hue angle of 38.3º 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 #C58109 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.23 |
| HSL | 38.3º | 0.91% | 0.4% | - |
| HSV(B) | 38.3º | 0.95% | 0.77% | - |
| XYZ | 30.93 | 27.59 | 3.95 | - |
| YUV | 135.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 9 | 0 | 0.35 | 0.95 | 0.23 | 38.3 | 0.91 | 0.4 |
| Hex | C5 | 81 | 9 | 0 | 23 | 5F | 17 | 26 | 5B | 28 |
| Octal | 305 | 201 | 11 | 0 | 43 | 137 | 27 | 46 | 133 | 50 |
| Binary | 11000101 | 10000001 | 1001 | 0 | 100011 | 1011111 | 10111 | 100110 | 1011011 | 101000 |
Color Harmonies of #C58109
Complementary color
Monochromatic Colors of #C58109
Black with #C58109
Text Example
Text Example
White with #C58109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58109; }
p { color: rgb(197,129,9); }
H1.HeaderClassName
{
color: #C58109;
}
.AnyTagClassName
{
color: #C58109;
}
</style>
background-color css
<style>
a { background-color: #C58109; }
a { background-color: rgb(197,129,9); }
div.DivClassName
{
background-color: #C58109;
}
.BgClassName
{
background-color: #C58109;
}
</style>
border-color css
<style>
span { border-color: #C58109; }
span { border-color: rgb(197,129,9); }
td.TdClassName
{
border-color: #C58109;
}
.TagClassName
{
border-color: #C58109;
}
</style>