Shades of Dark Goldenrod #C18605
Tints of Dark Goldenrod #C18605
RGB
CMYK
RGB Variations
Color information
#C18605 (or 0xC18605) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 05. RGB value is (193,134,5). Sum of RGB (Red+Green+Blue) = 193+134+5=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C18605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18605 is #3E79FA. Grayscale: #898989. Windows color (decimal): -4094459 or 362177. OLE color: 362177.
HSL color Cylindrical-coordinate representation of color #C18605: hue angle of 41.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18605 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.24 |
| HSL | 41.17º | 0.95% | 0.39% | - |
| HSV(B) | 41.17º | 0.97% | 0.76% | - |
| XYZ | 30.54 | 28.4 | 4.02 | - |
| YUV | 136.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 5 | 0 | 0.31 | 0.97 | 0.24 | 41.17 | 0.95 | 0.39 |
| Hex | C1 | 86 | 5 | 0 | 1F | 61 | 18 | 29 | 5F | 27 |
| Octal | 301 | 206 | 5 | 0 | 37 | 141 | 30 | 51 | 137 | 47 |
| Binary | 11000001 | 10000110 | 101 | 0 | 11111 | 1100001 | 11000 | 101001 | 1011111 | 100111 |
Color Harmonies of #C18605
Complementary color
Monochromatic Colors of #C18605
Black with #C18605
Text Example
Text Example
White with #C18605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18605; }
p { color: rgb(193,134,5); }
H1.HeaderClassName
{
color: #C18605;
}
.AnyTagClassName
{
color: #C18605;
}
</style>
background-color css
<style>
a { background-color: #C18605; }
a { background-color: rgb(193,134,5); }
div.DivClassName
{
background-color: #C18605;
}
.BgClassName
{
background-color: #C18605;
}
</style>
border-color css
<style>
span { border-color: #C18605; }
span { border-color: rgb(193,134,5); }
td.TdClassName
{
border-color: #C18605;
}
.TagClassName
{
border-color: #C18605;
}
</style>