Shades of Dark Goldenrod #C78517
Tints of Dark Goldenrod #C78517
RGB
CMYK
RGB Variations
Color information
#C78517 (or 0xC78517) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 17. RGB value is (199,133,23). Sum of RGB (Red+Green+Blue) = 199+133+23=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C78517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78517 is #387AE8. Grayscale: #8C8C8C. Windows color (decimal): -3701481 or 1541575. OLE color: 1541575.
HSL color Cylindrical-coordinate representation of color #C78517: hue angle of 37.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78517 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 23 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.22 |
| HSL | 37.5º | 0.79% | 0.44% | - |
| HSV(B) | 37.5º | 0.88% | 0.78% | - |
| XYZ | 32.1 | 28.98 | 4.71 | - |
| YUV | 140.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 23 | 0 | 0.33 | 0.88 | 0.22 | 37.5 | 0.79 | 0.44 |
| Hex | C7 | 85 | 17 | 0 | 21 | 58 | 16 | 26 | 4F | 2C |
| Octal | 307 | 205 | 27 | 0 | 41 | 130 | 26 | 46 | 117 | 54 |
| Binary | 11000111 | 10000101 | 10111 | 0 | 100001 | 1011000 | 10110 | 100110 | 1001111 | 101100 |
Color Harmonies of #C78517
Complementary color
Monochromatic Colors of #C78517
Black with #C78517
Text Example
Text Example
White with #C78517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78517; }
p { color: rgb(199,133,23); }
H1.HeaderClassName
{
color: #C78517;
}
.AnyTagClassName
{
color: #C78517;
}
</style>
background-color css
<style>
a { background-color: #C78517; }
a { background-color: rgb(199,133,23); }
div.DivClassName
{
background-color: #C78517;
}
.BgClassName
{
background-color: #C78517;
}
</style>
border-color css
<style>
span { border-color: #C78517; }
span { border-color: rgb(199,133,23); }
td.TdClassName
{
border-color: #C78517;
}
.TagClassName
{
border-color: #C78517;
}
</style>