Shades of Dark Goldenrod #C6870C
Tints of Dark Goldenrod #C6870C
RGB
CMYK
RGB Variations
Color information
#C6870C (or 0xC6870C) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 0C. RGB value is (198,135,12). Sum of RGB (Red+Green+Blue) = 198+135+12=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6870C is #3978F3. Grayscale: #8C8C8C. Windows color (decimal): -3766516 or 821190. OLE color: 821190.
HSL color Cylindrical-coordinate representation of color #C6870C: hue angle of 39.68º 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 #C6870C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.22 |
| HSL | 39.68º | 0.89% | 0.41% | - |
| HSV(B) | 39.68º | 0.94% | 0.78% | - |
| XYZ | 32.02 | 29.36 | 4.33 | - |
| YUV | 139.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 12 | 0 | 0.32 | 0.94 | 0.22 | 39.68 | 0.89 | 0.41 |
| Hex | C6 | 87 | C | 0 | 20 | 5E | 16 | 28 | 59 | 29 |
| Octal | 306 | 207 | 14 | 0 | 40 | 136 | 26 | 50 | 131 | 51 |
| Binary | 11000110 | 10000111 | 1100 | 0 | 100000 | 1011110 | 10110 | 101000 | 1011001 | 101001 |
Color Harmonies of #C6870C
Complementary color
Monochromatic Colors of #C6870C
Black with #C6870C
Text Example
Text Example
White with #C6870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6870C; }
p { color: rgb(198,135,12); }
H1.HeaderClassName
{
color: #C6870C;
}
.AnyTagClassName
{
color: #C6870C;
}
</style>
background-color css
<style>
a { background-color: #C6870C; }
a { background-color: rgb(198,135,12); }
div.DivClassName
{
background-color: #C6870C;
}
.BgClassName
{
background-color: #C6870C;
}
</style>
border-color css
<style>
span { border-color: #C6870C; }
span { border-color: rgb(198,135,12); }
td.TdClassName
{
border-color: #C6870C;
}
.TagClassName
{
border-color: #C6870C;
}
</style>