Shades of Dark Goldenrod #C18210
Tints of Dark Goldenrod #C18210
RGB
CMYK
RGB Variations
Color information
#C18210 (or 0xC18210) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 10. RGB value is (193,130,16). Sum of RGB (Red+Green+Blue) = 193+130+16=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C18210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18210 is #3E7DEF. Grayscale: #888888. Windows color (decimal): -4095472 or 1082049. OLE color: 1082049.
HSL color Cylindrical-coordinate representation of color #C18210: hue angle of 38.64º degrees, saturation: 0.85, 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 #C18210 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.24 |
| HSL | 38.64º | 0.85% | 0.41% | - |
| HSV(B) | 38.64º | 0.92% | 0.76% | - |
| XYZ | 30.07 | 27.34 | 4.18 | - |
| YUV | 135.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 16 | 0 | 0.33 | 0.92 | 0.24 | 38.64 | 0.85 | 0.41 |
| Hex | C1 | 82 | 10 | 0 | 21 | 5C | 18 | 27 | 55 | 29 |
| Octal | 301 | 202 | 20 | 0 | 41 | 134 | 30 | 47 | 125 | 51 |
| Binary | 11000001 | 10000010 | 10000 | 0 | 100001 | 1011100 | 11000 | 100111 | 1010101 | 101001 |
Color Harmonies of #C18210
Complementary color
Monochromatic Colors of #C18210
Black with #C18210
Text Example
Text Example
White with #C18210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18210; }
p { color: rgb(193,130,16); }
H1.HeaderClassName
{
color: #C18210;
}
.AnyTagClassName
{
color: #C18210;
}
</style>
background-color css
<style>
a { background-color: #C18210; }
a { background-color: rgb(193,130,16); }
div.DivClassName
{
background-color: #C18210;
}
.BgClassName
{
background-color: #C18210;
}
</style>
border-color css
<style>
span { border-color: #C18210; }
span { border-color: rgb(193,130,16); }
td.TdClassName
{
border-color: #C18210;
}
.TagClassName
{
border-color: #C18210;
}
</style>