Shades of Dark Goldenrod #C78C17
Tints of Dark Goldenrod #C78C17
RGB
CMYK
RGB Variations
Color information
#C78C17 (or 0xC78C17) is known color: Dark Goldenrod. HEX triplet: C7, 8C and 17. RGB value is (199,140,23). Sum of RGB (Red+Green+Blue) = 199+140+23=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C17 is #3873E8. Grayscale: #909090. Windows color (decimal): -3699689 or 1543367. OLE color: 1543367.
HSL color Cylindrical-coordinate representation of color #C78C17: hue angle of 39.89º 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 #C78C17 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 23 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.22 |
| HSL | 39.89º | 0.79% | 0.44% | - |
| HSV(B) | 39.89º | 0.88% | 0.78% | - |
| XYZ | 33.09 | 30.96 | 5.04 | - |
| YUV | 144.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 23 | 0 | 0.30 | 0.88 | 0.22 | 39.89 | 0.79 | 0.44 |
| Hex | C7 | 8C | 17 | 0 | 1E | 58 | 16 | 28 | 4F | 2C |
| Octal | 307 | 214 | 27 | 0 | 36 | 130 | 26 | 50 | 117 | 54 |
| Binary | 11000111 | 10001100 | 10111 | 0 | 11110 | 1011000 | 10110 | 101000 | 1001111 | 101100 |
Color Harmonies of #C78C17
Complementary color
Monochromatic Colors of #C78C17
Black with #C78C17
Text Example
Text Example
White with #C78C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C17; }
p { color: rgb(199,140,23); }
H1.HeaderClassName
{
color: #C78C17;
}
.AnyTagClassName
{
color: #C78C17;
}
</style>
background-color css
<style>
a { background-color: #C78C17; }
a { background-color: rgb(199,140,23); }
div.DivClassName
{
background-color: #C78C17;
}
.BgClassName
{
background-color: #C78C17;
}
</style>
border-color css
<style>
span { border-color: #C78C17; }
span { border-color: rgb(199,140,23); }
td.TdClassName
{
border-color: #C78C17;
}
.TagClassName
{
border-color: #C78C17;
}
</style>