Shades of Dark Goldenrod #C78210
Tints of Dark Goldenrod #C78210
RGB
CMYK
RGB Variations
Color information
#C78210 (or 0xC78210) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 10. RGB value is (199,130,16). Sum of RGB (Red+Green+Blue) = 199+130+16=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C78210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78210 is #387DEF. Grayscale: #8A8A8A. Windows color (decimal): -3702256 or 1082055. OLE color: 1082055.
HSL color Cylindrical-coordinate representation of color #C78210: hue angle of 37.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C78210 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.22 |
| HSL | 37.38º | 0.85% | 0.42% | - |
| HSV(B) | 37.38º | 0.92% | 0.78% | - |
| XYZ | 31.63 | 28.14 | 4.26 | - |
| YUV | 137.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 16 | 0 | 0.35 | 0.92 | 0.22 | 37.38 | 0.85 | 0.42 |
| Hex | C7 | 82 | 10 | 0 | 23 | 5C | 16 | 25 | 55 | 2A |
| Octal | 307 | 202 | 20 | 0 | 43 | 134 | 26 | 45 | 125 | 52 |
| Binary | 11000111 | 10000010 | 10000 | 0 | 100011 | 1011100 | 10110 | 100101 | 1010101 | 101010 |
Color Harmonies of #C78210
Complementary color
Monochromatic Colors of #C78210
Black with #C78210
Text Example
Text Example
White with #C78210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78210; }
p { color: rgb(199,130,16); }
H1.HeaderClassName
{
color: #C78210;
}
.AnyTagClassName
{
color: #C78210;
}
</style>
background-color css
<style>
a { background-color: #C78210; }
a { background-color: rgb(199,130,16); }
div.DivClassName
{
background-color: #C78210;
}
.BgClassName
{
background-color: #C78210;
}
</style>
border-color css
<style>
span { border-color: #C78210; }
span { border-color: rgb(199,130,16); }
td.TdClassName
{
border-color: #C78210;
}
.TagClassName
{
border-color: #C78210;
}
</style>