Shades of Dark Goldenrod #C78717
Tints of Dark Goldenrod #C78717
RGB
CMYK
RGB Variations
Color information
#C78717 (or 0xC78717) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 17. RGB value is (199,135,23). Sum of RGB (Red+Green+Blue) = 199+135+23=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C78717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78717 is #3878E8. Grayscale: #8D8D8D. Windows color (decimal): -3700969 or 1542087. OLE color: 1542087.
HSL color Cylindrical-coordinate representation of color #C78717: hue angle of 38.18º 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 #C78717 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.22 |
| HSL | 38.18º | 0.79% | 0.44% | - |
| HSV(B) | 38.18º | 0.88% | 0.78% | - |
| XYZ | 32.37 | 29.53 | 4.8 | - |
| YUV | 141.37 | 61.2 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 23 | 0 | 0.32 | 0.88 | 0.22 | 38.18 | 0.79 | 0.44 |
| Hex | C7 | 87 | 17 | 0 | 20 | 58 | 16 | 26 | 4F | 2C |
| Octal | 307 | 207 | 27 | 0 | 40 | 130 | 26 | 46 | 117 | 54 |
| Binary | 11000111 | 10000111 | 10111 | 0 | 100000 | 1011000 | 10110 | 100110 | 1001111 | 101100 |
Color Harmonies of #C78717
Complementary color
Monochromatic Colors of #C78717
Black with #C78717
Text Example
Text Example
White with #C78717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78717; }
p { color: rgb(199,135,23); }
H1.HeaderClassName
{
color: #C78717;
}
.AnyTagClassName
{
color: #C78717;
}
</style>
background-color css
<style>
a { background-color: #C78717; }
a { background-color: rgb(199,135,23); }
div.DivClassName
{
background-color: #C78717;
}
.BgClassName
{
background-color: #C78717;
}
</style>
border-color css
<style>
span { border-color: #C78717; }
span { border-color: rgb(199,135,23); }
td.TdClassName
{
border-color: #C78717;
}
.TagClassName
{
border-color: #C78717;
}
</style>