Shades of Dark Goldenrod #C18611
Tints of Dark Goldenrod #C18611
RGB
CMYK
RGB Variations
Color information
#C18611 (or 0xC18611) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 11. RGB value is (193,134,17). Sum of RGB (Red+Green+Blue) = 193+134+17=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C18611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18611 is #3E79EE. Grayscale: #8A8A8A. Windows color (decimal): -4094447 or 1148609. OLE color: 1148609.
HSL color Cylindrical-coordinate representation of color #C18611: hue angle of 39.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C18611 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.24 |
| HSL | 39.89º | 0.84% | 0.41% | - |
| HSV(B) | 39.89º | 0.91% | 0.76% | - |
| XYZ | 30.62 | 28.43 | 4.4 | - |
| YUV | 138.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 17 | 0 | 0.31 | 0.91 | 0.24 | 39.89 | 0.84 | 0.41 |
| Hex | C1 | 86 | 11 | 0 | 1F | 5B | 18 | 28 | 54 | 29 |
| Octal | 301 | 206 | 21 | 0 | 37 | 133 | 30 | 50 | 124 | 51 |
| Binary | 11000001 | 10000110 | 10001 | 0 | 11111 | 1011011 | 11000 | 101000 | 1010100 | 101001 |
Color Harmonies of #C18611
Complementary color
Monochromatic Colors of #C18611
Black with #C18611
Text Example
Text Example
White with #C18611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18611; }
p { color: rgb(193,134,17); }
H1.HeaderClassName
{
color: #C18611;
}
.AnyTagClassName
{
color: #C18611;
}
</style>
background-color css
<style>
a { background-color: #C18611; }
a { background-color: rgb(193,134,17); }
div.DivClassName
{
background-color: #C18611;
}
.BgClassName
{
background-color: #C18611;
}
</style>
border-color css
<style>
span { border-color: #C18611; }
span { border-color: rgb(193,134,17); }
td.TdClassName
{
border-color: #C18611;
}
.TagClassName
{
border-color: #C18611;
}
</style>