Shades of Dark Goldenrod #C1860B
Tints of Dark Goldenrod #C1860B
RGB
CMYK
RGB Variations
Color information
#C1860B (or 0xC1860B) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 0B. RGB value is (193,134,11). Sum of RGB (Red+Green+Blue) = 193+134+11=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1860B is #3E79F4. Grayscale: #8A8A8A. Windows color (decimal): -4094453 or 755393. OLE color: 755393.
HSL color Cylindrical-coordinate representation of color #C1860B: hue angle of 40.55º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1860B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.24 |
| HSL | 40.55º | 0.89% | 0.4% | - |
| HSV(B) | 40.55º | 0.94% | 0.76% | - |
| XYZ | 30.58 | 28.41 | 4.19 | - |
| YUV | 137.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 11 | 0 | 0.31 | 0.94 | 0.24 | 40.55 | 0.89 | 0.4 |
| Hex | C1 | 86 | B | 0 | 1F | 5E | 18 | 29 | 59 | 28 |
| Octal | 301 | 206 | 13 | 0 | 37 | 136 | 30 | 51 | 131 | 50 |
| Binary | 11000001 | 10000110 | 1011 | 0 | 11111 | 1011110 | 11000 | 101001 | 1011001 | 101000 |
Color Harmonies of #C1860B
Complementary color
Monochromatic Colors of #C1860B
Black with #C1860B
Text Example
Text Example
White with #C1860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1860B; }
p { color: rgb(193,134,11); }
H1.HeaderClassName
{
color: #C1860B;
}
.AnyTagClassName
{
color: #C1860B;
}
</style>
background-color css
<style>
a { background-color: #C1860B; }
a { background-color: rgb(193,134,11); }
div.DivClassName
{
background-color: #C1860B;
}
.BgClassName
{
background-color: #C1860B;
}
</style>
border-color css
<style>
span { border-color: #C1860B; }
span { border-color: rgb(193,134,11); }
td.TdClassName
{
border-color: #C1860B;
}
.TagClassName
{
border-color: #C1860B;
}
</style>