Shades of Dark Goldenrod #C7860C
Tints of Dark Goldenrod #C7860C
RGB
CMYK
RGB Variations
Color information
#C7860C (or 0xC7860C) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 0C. RGB value is (199,134,12). Sum of RGB (Red+Green+Blue) = 199+134+12=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7860C is #3879F3. Grayscale: #8C8C8C. Windows color (decimal): -3701236 or 820935. OLE color: 820935.
HSL color Cylindrical-coordinate representation of color #C7860C: hue angle of 39.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7860C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.22 |
| HSL | 39.14º | 0.89% | 0.41% | - |
| HSV(B) | 39.14º | 0.94% | 0.78% | - |
| XYZ | 32.14 | 29.22 | 4.29 | - |
| YUV | 139.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 12 | 0 | 0.33 | 0.94 | 0.22 | 39.14 | 0.89 | 0.41 |
| Hex | C7 | 86 | C | 0 | 21 | 5E | 16 | 27 | 59 | 29 |
| Octal | 307 | 206 | 14 | 0 | 41 | 136 | 26 | 47 | 131 | 51 |
| Binary | 11000111 | 10000110 | 1100 | 0 | 100001 | 1011110 | 10110 | 100111 | 1011001 | 101001 |
Color Harmonies of #C7860C
Complementary color
Monochromatic Colors of #C7860C
Black with #C7860C
Text Example
Text Example
White with #C7860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7860C; }
p { color: rgb(199,134,12); }
H1.HeaderClassName
{
color: #C7860C;
}
.AnyTagClassName
{
color: #C7860C;
}
</style>
background-color css
<style>
a { background-color: #C7860C; }
a { background-color: rgb(199,134,12); }
div.DivClassName
{
background-color: #C7860C;
}
.BgClassName
{
background-color: #C7860C;
}
</style>
border-color css
<style>
span { border-color: #C7860C; }
span { border-color: rgb(199,134,12); }
td.TdClassName
{
border-color: #C7860C;
}
.TagClassName
{
border-color: #C7860C;
}
</style>