Shades of Dark Goldenrod #C58807
Tints of Dark Goldenrod #C58807
RGB
CMYK
RGB Variations
Color information
#C58807 (or 0xC58807) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 07. RGB value is (197,136,7). Sum of RGB (Red+Green+Blue) = 197+136+7=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58807 is #3A77F8. Grayscale: #8C8C8C. Windows color (decimal): -3831801 or 493765. OLE color: 493765.
HSL color Cylindrical-coordinate representation of color #C58807: hue angle of 40.74º degrees, saturation: 0.93, 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 #C58807 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 7 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.23 |
| HSL | 40.74º | 0.93% | 0.4% | - |
| HSV(B) | 40.74º | 0.96% | 0.77% | - |
| XYZ | 31.87 | 29.49 | 4.21 | - |
| YUV | 139.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 7 | 0 | 0.31 | 0.96 | 0.23 | 40.74 | 0.93 | 0.4 |
| Hex | C5 | 88 | 7 | 0 | 1F | 60 | 17 | 29 | 5D | 28 |
| Octal | 305 | 210 | 7 | 0 | 37 | 140 | 27 | 51 | 135 | 50 |
| Binary | 11000101 | 10001000 | 111 | 0 | 11111 | 1100000 | 10111 | 101001 | 1011101 | 101000 |
Color Harmonies of #C58807
Complementary color
Monochromatic Colors of #C58807
Black with #C58807
Text Example
Text Example
White with #C58807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58807; }
p { color: rgb(197,136,7); }
H1.HeaderClassName
{
color: #C58807;
}
.AnyTagClassName
{
color: #C58807;
}
</style>
background-color css
<style>
a { background-color: #C58807; }
a { background-color: rgb(197,136,7); }
div.DivClassName
{
background-color: #C58807;
}
.BgClassName
{
background-color: #C58807;
}
</style>
border-color css
<style>
span { border-color: #C58807; }
span { border-color: rgb(197,136,7); }
td.TdClassName
{
border-color: #C58807;
}
.TagClassName
{
border-color: #C58807;
}
</style>