Shades of Dark Goldenrod #C78616
Tints of Dark Goldenrod #C78616
RGB
CMYK
RGB Variations
Color information
#C78616 (or 0xC78616) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 16. RGB value is (199,134,22). Sum of RGB (Red+Green+Blue) = 199+134+22=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C78616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78616 is #3879E9. Grayscale: #8D8D8D. Windows color (decimal): -3701226 or 1476295. OLE color: 1476295.
HSL color Cylindrical-coordinate representation of color #C78616: hue angle of 37.97º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C78616 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.22 |
| HSL | 37.97º | 0.8% | 0.43% | - |
| HSV(B) | 37.97º | 0.89% | 0.78% | - |
| XYZ | 32.22 | 29.25 | 4.71 | - |
| YUV | 140.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 22 | 0 | 0.33 | 0.89 | 0.22 | 37.97 | 0.8 | 0.43 |
| Hex | C7 | 86 | 16 | 0 | 21 | 59 | 16 | 26 | 50 | 2B |
| Octal | 307 | 206 | 26 | 0 | 41 | 131 | 26 | 46 | 120 | 53 |
| Binary | 11000111 | 10000110 | 10110 | 0 | 100001 | 1011001 | 10110 | 100110 | 1010000 | 101011 |
Color Harmonies of #C78616
Complementary color
Monochromatic Colors of #C78616
Black with #C78616
Text Example
Text Example
White with #C78616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78616; }
p { color: rgb(199,134,22); }
H1.HeaderClassName
{
color: #C78616;
}
.AnyTagClassName
{
color: #C78616;
}
</style>
background-color css
<style>
a { background-color: #C78616; }
a { background-color: rgb(199,134,22); }
div.DivClassName
{
background-color: #C78616;
}
.BgClassName
{
background-color: #C78616;
}
</style>
border-color css
<style>
span { border-color: #C78616; }
span { border-color: rgb(199,134,22); }
td.TdClassName
{
border-color: #C78616;
}
.TagClassName
{
border-color: #C78616;
}
</style>