Shades of Dark Goldenrod #C18616
Tints of Dark Goldenrod #C18616
RGB
CMYK
RGB Variations
Color information
#C18616 (or 0xC18616) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 16. RGB value is (193,134,22). Sum of RGB (Red+Green+Blue) = 193+134+22=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C18616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18616 is #3E79E9. Grayscale: #8B8B8B. Windows color (decimal): -4094442 or 1476289. OLE color: 1476289.
HSL color Cylindrical-coordinate representation of color #C18616: hue angle of 39.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C18616 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.24 |
| HSL | 39.3º | 0.8% | 0.42% | - |
| HSV(B) | 39.3º | 0.89% | 0.76% | - |
| XYZ | 30.66 | 28.45 | 4.63 | - |
| YUV | 138.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 22 | 0 | 0.31 | 0.89 | 0.24 | 39.3 | 0.8 | 0.42 |
| Hex | C1 | 86 | 16 | 0 | 1F | 59 | 18 | 27 | 50 | 2A |
| Octal | 301 | 206 | 26 | 0 | 37 | 131 | 30 | 47 | 120 | 52 |
| Binary | 11000001 | 10000110 | 10110 | 0 | 11111 | 1011001 | 11000 | 100111 | 1010000 | 101010 |
Color Harmonies of #C18616
Complementary color
Monochromatic Colors of #C18616
Black with #C18616
Text Example
Text Example
White with #C18616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18616; }
p { color: rgb(193,134,22); }
H1.HeaderClassName
{
color: #C18616;
}
.AnyTagClassName
{
color: #C18616;
}
</style>
background-color css
<style>
a { background-color: #C18616; }
a { background-color: rgb(193,134,22); }
div.DivClassName
{
background-color: #C18616;
}
.BgClassName
{
background-color: #C18616;
}
</style>
border-color css
<style>
span { border-color: #C18616; }
span { border-color: rgb(193,134,22); }
td.TdClassName
{
border-color: #C18616;
}
.TagClassName
{
border-color: #C18616;
}
</style>