Shades of Dark Goldenrod #C5820D
Tints of Dark Goldenrod #C5820D
RGB
CMYK
RGB Variations
Color information
#C5820D (or 0xC5820D) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 0D. RGB value is (197,130,13). Sum of RGB (Red+Green+Blue) = 197+130+13=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5820D is #3A7DF2. Grayscale: #898989. Windows color (decimal): -3833331 or 885445. OLE color: 885445.
HSL color Cylindrical-coordinate representation of color #C5820D: hue angle of 38.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5820D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.23 |
| HSL | 38.15º | 0.88% | 0.41% | - |
| HSV(B) | 38.15º | 0.93% | 0.77% | - |
| XYZ | 31.08 | 27.86 | 4.12 | - |
| YUV | 136.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 13 | 0 | 0.34 | 0.93 | 0.23 | 38.15 | 0.88 | 0.41 |
| Hex | C5 | 82 | D | 0 | 22 | 5D | 17 | 26 | 58 | 29 |
| Octal | 305 | 202 | 15 | 0 | 42 | 135 | 27 | 46 | 130 | 51 |
| Binary | 11000101 | 10000010 | 1101 | 0 | 100010 | 1011101 | 10111 | 100110 | 1011000 | 101001 |
Color Harmonies of #C5820D
Complementary color
Monochromatic Colors of #C5820D
Black with #C5820D
Text Example
Text Example
White with #C5820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5820D; }
p { color: rgb(197,130,13); }
H1.HeaderClassName
{
color: #C5820D;
}
.AnyTagClassName
{
color: #C5820D;
}
</style>
background-color css
<style>
a { background-color: #C5820D; }
a { background-color: rgb(197,130,13); }
div.DivClassName
{
background-color: #C5820D;
}
.BgClassName
{
background-color: #C5820D;
}
</style>
border-color css
<style>
span { border-color: #C5820D; }
span { border-color: rgb(197,130,13); }
td.TdClassName
{
border-color: #C5820D;
}
.TagClassName
{
border-color: #C5820D;
}
</style>