Shades of Dark Goldenrod #C6850E
Tints of Dark Goldenrod #C6850E
RGB
CMYK
RGB Variations
Color information
#C6850E (or 0xC6850E) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 0E. RGB value is (198,133,14). Sum of RGB (Red+Green+Blue) = 198+133+14=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6850E is #397AF1. Grayscale: #8B8B8B. Windows color (decimal): -3767026 or 951750. OLE color: 951750.
HSL color Cylindrical-coordinate representation of color #C6850E: hue angle of 38.8º 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 #C6850E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.22 |
| HSL | 38.8º | 0.87% | 0.42% | - |
| HSV(B) | 38.8º | 0.93% | 0.78% | - |
| XYZ | 31.76 | 28.81 | 4.3 | - |
| YUV | 138.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 14 | 0 | 0.33 | 0.93 | 0.22 | 38.8 | 0.87 | 0.42 |
| Hex | C6 | 85 | E | 0 | 21 | 5D | 16 | 27 | 57 | 2A |
| Octal | 306 | 205 | 16 | 0 | 41 | 135 | 26 | 47 | 127 | 52 |
| Binary | 11000110 | 10000101 | 1110 | 0 | 100001 | 1011101 | 10110 | 100111 | 1010111 | 101010 |
Color Harmonies of #C6850E
Complementary color
Monochromatic Colors of #C6850E
Black with #C6850E
Text Example
Text Example
White with #C6850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6850E; }
p { color: rgb(198,133,14); }
H1.HeaderClassName
{
color: #C6850E;
}
.AnyTagClassName
{
color: #C6850E;
}
</style>
background-color css
<style>
a { background-color: #C6850E; }
a { background-color: rgb(198,133,14); }
div.DivClassName
{
background-color: #C6850E;
}
.BgClassName
{
background-color: #C6850E;
}
</style>
border-color css
<style>
span { border-color: #C6850E; }
span { border-color: rgb(198,133,14); }
td.TdClassName
{
border-color: #C6850E;
}
.TagClassName
{
border-color: #C6850E;
}
</style>