Shades of Dark Goldenrod #C78D17
Tints of Dark Goldenrod #C78D17
RGB
CMYK
RGB Variations
Color information
#C78D17 (or 0xC78D17) is known color: Dark Goldenrod. HEX triplet: C7, 8D and 17. RGB value is (199,141,23). Sum of RGB (Red+Green+Blue) = 199+141+23=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D17 is #3872E8. Grayscale: #919191. Windows color (decimal): -3699433 or 1543623. OLE color: 1543623.
HSL color Cylindrical-coordinate representation of color #C78D17: hue angle of 40.23º 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 #C78D17 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 23 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.22 |
| HSL | 40.23º | 0.79% | 0.44% | - |
| HSV(B) | 40.23º | 0.88% | 0.78% | - |
| XYZ | 33.23 | 31.25 | 5.09 | - |
| YUV | 144.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 23 | 0 | 0.29 | 0.88 | 0.22 | 40.23 | 0.79 | 0.44 |
| Hex | C7 | 8D | 17 | 0 | 1D | 58 | 16 | 28 | 4F | 2C |
| Octal | 307 | 215 | 27 | 0 | 35 | 130 | 26 | 50 | 117 | 54 |
| Binary | 11000111 | 10001101 | 10111 | 0 | 11101 | 1011000 | 10110 | 101000 | 1001111 | 101100 |
Color Harmonies of #C78D17
Complementary color
Monochromatic Colors of #C78D17
Black with #C78D17
Text Example
Text Example
White with #C78D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D17; }
p { color: rgb(199,141,23); }
H1.HeaderClassName
{
color: #C78D17;
}
.AnyTagClassName
{
color: #C78D17;
}
</style>
background-color css
<style>
a { background-color: #C78D17; }
a { background-color: rgb(199,141,23); }
div.DivClassName
{
background-color: #C78D17;
}
.BgClassName
{
background-color: #C78D17;
}
</style>
border-color css
<style>
span { border-color: #C78D17; }
span { border-color: rgb(199,141,23); }
td.TdClassName
{
border-color: #C78D17;
}
.TagClassName
{
border-color: #C78D17;
}
</style>