Shades of Dark Goldenrod #C58308
Tints of Dark Goldenrod #C58308
RGB
CMYK
RGB Variations
Color information
#C58308 (or 0xC58308) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 08. RGB value is (197,131,8). Sum of RGB (Red+Green+Blue) = 197+131+8=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C58308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58308 is #3A7CF7. Grayscale: #898989. Windows color (decimal): -3833080 or 558021. OLE color: 558021.
HSL color Cylindrical-coordinate representation of color #C58308: hue angle of 39.05º 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 #C58308 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.23 |
| HSL | 39.05º | 0.92% | 0.4% | - |
| HSV(B) | 39.05º | 0.96% | 0.77% | - |
| XYZ | 31.19 | 28.12 | 4.01 | - |
| YUV | 136.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 8 | 0 | 0.34 | 0.96 | 0.23 | 39.05 | 0.92 | 0.4 |
| Hex | C5 | 83 | 8 | 0 | 22 | 60 | 17 | 27 | 5C | 28 |
| Octal | 305 | 203 | 10 | 0 | 42 | 140 | 27 | 47 | 134 | 50 |
| Binary | 11000101 | 10000011 | 1000 | 0 | 100010 | 1100000 | 10111 | 100111 | 1011100 | 101000 |
Color Harmonies of #C58308
Complementary color
Monochromatic Colors of #C58308
Black with #C58308
Text Example
Text Example
White with #C58308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58308; }
p { color: rgb(197,131,8); }
H1.HeaderClassName
{
color: #C58308;
}
.AnyTagClassName
{
color: #C58308;
}
</style>
background-color css
<style>
a { background-color: #C58308; }
a { background-color: rgb(197,131,8); }
div.DivClassName
{
background-color: #C58308;
}
.BgClassName
{
background-color: #C58308;
}
</style>
border-color css
<style>
span { border-color: #C58308; }
span { border-color: rgb(197,131,8); }
td.TdClassName
{
border-color: #C58308;
}
.TagClassName
{
border-color: #C58308;
}
</style>