Shades of Dark Goldenrod #C78610
Tints of Dark Goldenrod #C78610
RGB
CMYK
RGB Variations
Color information
#C78610 (or 0xC78610) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 10. RGB value is (199,134,16). Sum of RGB (Red+Green+Blue) = 199+134+16=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C78610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78610 is #3879EF. Grayscale: #8C8C8C. Windows color (decimal): -3701232 or 1083079. OLE color: 1083079.
HSL color Cylindrical-coordinate representation of color #C78610: hue angle of 38.69º 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 #C78610 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.22 |
| HSL | 38.69º | 0.85% | 0.42% | - |
| HSV(B) | 38.69º | 0.92% | 0.78% | - |
| XYZ | 32.17 | 29.23 | 4.44 | - |
| YUV | 139.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 16 | 0 | 0.33 | 0.92 | 0.22 | 38.69 | 0.85 | 0.42 |
| Hex | C7 | 86 | 10 | 0 | 21 | 5C | 16 | 27 | 55 | 2A |
| Octal | 307 | 206 | 20 | 0 | 41 | 134 | 26 | 47 | 125 | 52 |
| Binary | 11000111 | 10000110 | 10000 | 0 | 100001 | 1011100 | 10110 | 100111 | 1010101 | 101010 |
Color Harmonies of #C78610
Complementary color
Monochromatic Colors of #C78610
Black with #C78610
Text Example
Text Example
White with #C78610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78610; }
p { color: rgb(199,134,16); }
H1.HeaderClassName
{
color: #C78610;
}
.AnyTagClassName
{
color: #C78610;
}
</style>
background-color css
<style>
a { background-color: #C78610; }
a { background-color: rgb(199,134,16); }
div.DivClassName
{
background-color: #C78610;
}
.BgClassName
{
background-color: #C78610;
}
</style>
border-color css
<style>
span { border-color: #C78610; }
span { border-color: rgb(199,134,16); }
td.TdClassName
{
border-color: #C78610;
}
.TagClassName
{
border-color: #C78610;
}
</style>