Shades of Dark Goldenrod #C58309
Tints of Dark Goldenrod #C58309
RGB
CMYK
RGB Variations
Color information
#C58309 (or 0xC58309) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 09. RGB value is (197,131,9). Sum of RGB (Red+Green+Blue) = 197+131+9=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C58309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58309 is #3A7CF6. Grayscale: #898989. Windows color (decimal): -3833079 or 623557. OLE color: 623557.
HSL color Cylindrical-coordinate representation of color #C58309: hue angle of 38.94º 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 #C58309 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 9 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.23 |
| HSL | 38.94º | 0.91% | 0.4% | - |
| HSV(B) | 38.94º | 0.95% | 0.77% | - |
| XYZ | 31.19 | 28.12 | 4.04 | - |
| YUV | 136.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 9 | 0 | 0.34 | 0.95 | 0.23 | 38.94 | 0.91 | 0.4 |
| Hex | C5 | 83 | 9 | 0 | 22 | 5F | 17 | 27 | 5B | 28 |
| Octal | 305 | 203 | 11 | 0 | 42 | 137 | 27 | 47 | 133 | 50 |
| Binary | 11000101 | 10000011 | 1001 | 0 | 100010 | 1011111 | 10111 | 100111 | 1011011 | 101000 |
Color Harmonies of #C58309
Complementary color
Monochromatic Colors of #C58309
Black with #C58309
Text Example
Text Example
White with #C58309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58309; }
p { color: rgb(197,131,9); }
H1.HeaderClassName
{
color: #C58309;
}
.AnyTagClassName
{
color: #C58309;
}
</style>
background-color css
<style>
a { background-color: #C58309; }
a { background-color: rgb(197,131,9); }
div.DivClassName
{
background-color: #C58309;
}
.BgClassName
{
background-color: #C58309;
}
</style>
border-color css
<style>
span { border-color: #C58309; }
span { border-color: rgb(197,131,9); }
td.TdClassName
{
border-color: #C58309;
}
.TagClassName
{
border-color: #C58309;
}
</style>