Shades of Dark Goldenrod #C7850E
Tints of Dark Goldenrod #C7850E
RGB
CMYK
RGB Variations
Color information
#C7850E (or 0xC7850E) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 0E. RGB value is (199,133,14). Sum of RGB (Red+Green+Blue) = 199+133+14=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7850E is #387AF1. Grayscale: #8B8B8B. Windows color (decimal): -3701490 or 951751. OLE color: 951751.
HSL color Cylindrical-coordinate representation of color #C7850E: hue angle of 38.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7850E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.22 |
| HSL | 38.59º | 0.87% | 0.42% | - |
| HSV(B) | 38.59º | 0.93% | 0.78% | - |
| XYZ | 32.02 | 28.95 | 4.32 | - |
| YUV | 139.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 14 | 0 | 0.33 | 0.93 | 0.22 | 38.59 | 0.87 | 0.42 |
| Hex | C7 | 85 | E | 0 | 21 | 5D | 16 | 27 | 57 | 2A |
| Octal | 307 | 205 | 16 | 0 | 41 | 135 | 26 | 47 | 127 | 52 |
| Binary | 11000111 | 10000101 | 1110 | 0 | 100001 | 1011101 | 10110 | 100111 | 1010111 | 101010 |
Color Harmonies of #C7850E
Complementary color
Monochromatic Colors of #C7850E
Black with #C7850E
Text Example
Text Example
White with #C7850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7850E; }
p { color: rgb(199,133,14); }
H1.HeaderClassName
{
color: #C7850E;
}
.AnyTagClassName
{
color: #C7850E;
}
</style>
background-color css
<style>
a { background-color: #C7850E; }
a { background-color: rgb(199,133,14); }
div.DivClassName
{
background-color: #C7850E;
}
.BgClassName
{
background-color: #C7850E;
}
</style>
border-color css
<style>
span { border-color: #C7850E; }
span { border-color: rgb(199,133,14); }
td.TdClassName
{
border-color: #C7850E;
}
.TagClassName
{
border-color: #C7850E;
}
</style>