Shades of Dark Goldenrod #C78805
Tints of Dark Goldenrod #C78805
RGB
CMYK
RGB Variations
Color information
#C78805 (or 0xC78805) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 05. RGB value is (199,136,5). Sum of RGB (Red+Green+Blue) = 199+136+5=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C78805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78805 is #3877FA. Grayscale: #8C8C8C. Windows color (decimal): -3700731 or 362695. OLE color: 362695.
HSL color Cylindrical-coordinate representation of color #C78805: hue angle of 40.52º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C78805 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.22 |
| HSL | 40.52º | 0.95% | 0.4% | - |
| HSV(B) | 40.52º | 0.97% | 0.78% | - |
| XYZ | 32.38 | 29.76 | 4.18 | - |
| YUV | 139.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 5 | 0 | 0.32 | 0.97 | 0.22 | 40.52 | 0.95 | 0.4 |
| Hex | C7 | 88 | 5 | 0 | 20 | 61 | 16 | 29 | 5F | 28 |
| Octal | 307 | 210 | 5 | 0 | 40 | 141 | 26 | 51 | 137 | 50 |
| Binary | 11000111 | 10001000 | 101 | 0 | 100000 | 1100001 | 10110 | 101001 | 1011111 | 101000 |
Color Harmonies of #C78805
Complementary color
Monochromatic Colors of #C78805
Black with #C78805
Text Example
Text Example
White with #C78805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78805; }
p { color: rgb(199,136,5); }
H1.HeaderClassName
{
color: #C78805;
}
.AnyTagClassName
{
color: #C78805;
}
</style>
background-color css
<style>
a { background-color: #C78805; }
a { background-color: rgb(199,136,5); }
div.DivClassName
{
background-color: #C78805;
}
.BgClassName
{
background-color: #C78805;
}
</style>
border-color css
<style>
span { border-color: #C78805; }
span { border-color: rgb(199,136,5); }
td.TdClassName
{
border-color: #C78805;
}
.TagClassName
{
border-color: #C78805;
}
</style>