Shades of Dark Goldenrod #C18216
Tints of Dark Goldenrod #C18216
RGB
CMYK
RGB Variations
Color information
#C18216 (or 0xC18216) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 16. RGB value is (193,130,22). Sum of RGB (Red+Green+Blue) = 193+130+22=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18216 is #3E7DE9. Grayscale: #898989. Windows color (decimal): -4095466 or 1475265. OLE color: 1475265.
HSL color Cylindrical-coordinate representation of color #C18216: hue angle of 37.89º 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 #C18216 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.24 |
| HSL | 37.89º | 0.8% | 0.42% | - |
| HSV(B) | 37.89º | 0.89% | 0.76% | - |
| XYZ | 30.12 | 27.36 | 4.45 | - |
| YUV | 136.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 22 | 0 | 0.33 | 0.89 | 0.24 | 37.89 | 0.8 | 0.42 |
| Hex | C1 | 82 | 16 | 0 | 21 | 59 | 18 | 26 | 50 | 2A |
| Octal | 301 | 202 | 26 | 0 | 41 | 131 | 30 | 46 | 120 | 52 |
| Binary | 11000001 | 10000010 | 10110 | 0 | 100001 | 1011001 | 11000 | 100110 | 1010000 | 101010 |
Color Harmonies of #C18216
Complementary color
Monochromatic Colors of #C18216
Black with #C18216
Text Example
Text Example
White with #C18216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18216; }
p { color: rgb(193,130,22); }
H1.HeaderClassName
{
color: #C18216;
}
.AnyTagClassName
{
color: #C18216;
}
</style>
background-color css
<style>
a { background-color: #C18216; }
a { background-color: rgb(193,130,22); }
div.DivClassName
{
background-color: #C18216;
}
.BgClassName
{
background-color: #C18216;
}
</style>
border-color css
<style>
span { border-color: #C18216; }
span { border-color: rgb(193,130,22); }
td.TdClassName
{
border-color: #C18216;
}
.TagClassName
{
border-color: #C18216;
}
</style>