Shades of Dark Goldenrod #C78514
Tints of Dark Goldenrod #C78514
RGB
CMYK
RGB Variations
Color information
#C78514 (or 0xC78514) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 14. RGB value is (199,133,20). Sum of RGB (Red+Green+Blue) = 199+133+20=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C78514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78514 is #387AEB. Grayscale: #8C8C8C. Windows color (decimal): -3701484 or 1344967. OLE color: 1344967.
HSL color Cylindrical-coordinate representation of color #C78514: hue angle of 37.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C78514 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 20 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.22 |
| HSL | 37.88º | 0.82% | 0.43% | - |
| HSV(B) | 37.88º | 0.9% | 0.78% | - |
| XYZ | 32.07 | 28.97 | 4.56 | - |
| YUV | 139.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 20 | 0 | 0.33 | 0.90 | 0.22 | 37.88 | 0.82 | 0.43 |
| Hex | C7 | 85 | 14 | 0 | 21 | 5A | 16 | 26 | 52 | 2B |
| Octal | 307 | 205 | 24 | 0 | 41 | 132 | 26 | 46 | 122 | 53 |
| Binary | 11000111 | 10000101 | 10100 | 0 | 100001 | 1011010 | 10110 | 100110 | 1010010 | 101011 |
Color Harmonies of #C78514
Complementary color
Monochromatic Colors of #C78514
Black with #C78514
Text Example
Text Example
White with #C78514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78514; }
p { color: rgb(199,133,20); }
H1.HeaderClassName
{
color: #C78514;
}
.AnyTagClassName
{
color: #C78514;
}
</style>
background-color css
<style>
a { background-color: #C78514; }
a { background-color: rgb(199,133,20); }
div.DivClassName
{
background-color: #C78514;
}
.BgClassName
{
background-color: #C78514;
}
</style>
border-color css
<style>
span { border-color: #C78514; }
span { border-color: rgb(199,133,20); }
td.TdClassName
{
border-color: #C78514;
}
.TagClassName
{
border-color: #C78514;
}
</style>