Shades of Dark Goldenrod #C1860F
Tints of Dark Goldenrod #C1860F
RGB
CMYK
RGB Variations
Color information
#C1860F (or 0xC1860F) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 0F. RGB value is (193,134,15). Sum of RGB (Red+Green+Blue) = 193+134+15=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1860F is #3E79F0. Grayscale: #8A8A8A. Windows color (decimal): -4094449 or 1017537. OLE color: 1017537.
HSL color Cylindrical-coordinate representation of color #C1860F: hue angle of 40.11º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1860F is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 15 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.24 |
| HSL | 40.11º | 0.86% | 0.41% | - |
| HSV(B) | 40.11º | 0.92% | 0.76% | - |
| XYZ | 30.6 | 28.42 | 4.32 | - |
| YUV | 138.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 15 | 0 | 0.31 | 0.92 | 0.24 | 40.11 | 0.86 | 0.41 |
| Hex | C1 | 86 | F | 0 | 1F | 5C | 18 | 28 | 56 | 29 |
| Octal | 301 | 206 | 17 | 0 | 37 | 134 | 30 | 50 | 126 | 51 |
| Binary | 11000001 | 10000110 | 1111 | 0 | 11111 | 1011100 | 11000 | 101000 | 1010110 | 101001 |
Color Harmonies of #C1860F
Complementary color
Monochromatic Colors of #C1860F
Black with #C1860F
Text Example
Text Example
White with #C1860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1860F; }
p { color: rgb(193,134,15); }
H1.HeaderClassName
{
color: #C1860F;
}
.AnyTagClassName
{
color: #C1860F;
}
</style>
background-color css
<style>
a { background-color: #C1860F; }
a { background-color: rgb(193,134,15); }
div.DivClassName
{
background-color: #C1860F;
}
.BgClassName
{
background-color: #C1860F;
}
</style>
border-color css
<style>
span { border-color: #C1860F; }
span { border-color: rgb(193,134,15); }
td.TdClassName
{
border-color: #C1860F;
}
.TagClassName
{
border-color: #C1860F;
}
</style>