Shades of Dark Goldenrod #C5820C
Tints of Dark Goldenrod #C5820C
RGB
CMYK
RGB Variations
Color information
#C5820C (or 0xC5820C) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 0C. RGB value is (197,130,12). Sum of RGB (Red+Green+Blue) = 197+130+12=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5820C is #3A7DF3. Grayscale: #898989. Windows color (decimal): -3833332 or 819909. OLE color: 819909.
HSL color Cylindrical-coordinate representation of color #C5820C: hue angle of 38.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5820C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.23 |
| HSL | 38.27º | 0.89% | 0.41% | - |
| HSV(B) | 38.27º | 0.94% | 0.77% | - |
| XYZ | 31.07 | 27.86 | 4.09 | - |
| YUV | 136.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 12 | 0 | 0.34 | 0.94 | 0.23 | 38.27 | 0.89 | 0.41 |
| Hex | C5 | 82 | C | 0 | 22 | 5E | 17 | 26 | 59 | 29 |
| Octal | 305 | 202 | 14 | 0 | 42 | 136 | 27 | 46 | 131 | 51 |
| Binary | 11000101 | 10000010 | 1100 | 0 | 100010 | 1011110 | 10111 | 100110 | 1011001 | 101001 |
Color Harmonies of #C5820C
Complementary color
Monochromatic Colors of #C5820C
Black with #C5820C
Text Example
Text Example
White with #C5820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5820C; }
p { color: rgb(197,130,12); }
H1.HeaderClassName
{
color: #C5820C;
}
.AnyTagClassName
{
color: #C5820C;
}
</style>
background-color css
<style>
a { background-color: #C5820C; }
a { background-color: rgb(197,130,12); }
div.DivClassName
{
background-color: #C5820C;
}
.BgClassName
{
background-color: #C5820C;
}
</style>
border-color css
<style>
span { border-color: #C5820C; }
span { border-color: rgb(197,130,12); }
td.TdClassName
{
border-color: #C5820C;
}
.TagClassName
{
border-color: #C5820C;
}
</style>