Shades of Dark Goldenrod #C7860F
Tints of Dark Goldenrod #C7860F
RGB
CMYK
RGB Variations
Color information
#C7860F (or 0xC7860F) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 0F. RGB value is (199,134,15). Sum of RGB (Red+Green+Blue) = 199+134+15=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7860F is #3879F0. Grayscale: #8C8C8C. Windows color (decimal): -3701233 or 1017543. OLE color: 1017543.
HSL color Cylindrical-coordinate representation of color #C7860F: hue angle of 38.8º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7860F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 15 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.22 |
| HSL | 38.8º | 0.86% | 0.42% | - |
| HSV(B) | 38.8º | 0.92% | 0.78% | - |
| XYZ | 32.16 | 29.23 | 4.4 | - |
| YUV | 139.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 15 | 0 | 0.33 | 0.92 | 0.22 | 38.8 | 0.86 | 0.42 |
| Hex | C7 | 86 | F | 0 | 21 | 5C | 16 | 27 | 56 | 2A |
| Octal | 307 | 206 | 17 | 0 | 41 | 134 | 26 | 47 | 126 | 52 |
| Binary | 11000111 | 10000110 | 1111 | 0 | 100001 | 1011100 | 10110 | 100111 | 1010110 | 101010 |
Color Harmonies of #C7860F
Complementary color
Monochromatic Colors of #C7860F
Black with #C7860F
Text Example
Text Example
White with #C7860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7860F; }
p { color: rgb(199,134,15); }
H1.HeaderClassName
{
color: #C7860F;
}
.AnyTagClassName
{
color: #C7860F;
}
</style>
background-color css
<style>
a { background-color: #C7860F; }
a { background-color: rgb(199,134,15); }
div.DivClassName
{
background-color: #C7860F;
}
.BgClassName
{
background-color: #C7860F;
}
</style>
border-color css
<style>
span { border-color: #C7860F; }
span { border-color: rgb(199,134,15); }
td.TdClassName
{
border-color: #C7860F;
}
.TagClassName
{
border-color: #C7860F;
}
</style>