Shades of Dark Goldenrod #C5830D
Tints of Dark Goldenrod #C5830D
RGB
CMYK
RGB Variations
Color information
#C5830D (or 0xC5830D) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 0D. RGB value is (197,131,13). Sum of RGB (Red+Green+Blue) = 197+131+13=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5830D is #3A7CF2. Grayscale: #898989. Windows color (decimal): -3833075 or 885701. OLE color: 885701.
HSL color Cylindrical-coordinate representation of color #C5830D: hue angle of 38.48º 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 #C5830D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.23 |
| HSL | 38.48º | 0.88% | 0.41% | - |
| HSV(B) | 38.48º | 0.93% | 0.77% | - |
| XYZ | 31.21 | 28.13 | 4.17 | - |
| YUV | 137.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 13 | 0 | 0.34 | 0.93 | 0.23 | 38.48 | 0.88 | 0.41 |
| Hex | C5 | 83 | D | 0 | 22 | 5D | 17 | 26 | 58 | 29 |
| Octal | 305 | 203 | 15 | 0 | 42 | 135 | 27 | 46 | 130 | 51 |
| Binary | 11000101 | 10000011 | 1101 | 0 | 100010 | 1011101 | 10111 | 100110 | 1011000 | 101001 |
Color Harmonies of #C5830D
Complementary color
Monochromatic Colors of #C5830D
Black with #C5830D
Text Example
Text Example
White with #C5830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5830D; }
p { color: rgb(197,131,13); }
H1.HeaderClassName
{
color: #C5830D;
}
.AnyTagClassName
{
color: #C5830D;
}
</style>
background-color css
<style>
a { background-color: #C5830D; }
a { background-color: rgb(197,131,13); }
div.DivClassName
{
background-color: #C5830D;
}
.BgClassName
{
background-color: #C5830D;
}
</style>
border-color css
<style>
span { border-color: #C5830D; }
span { border-color: rgb(197,131,13); }
td.TdClassName
{
border-color: #C5830D;
}
.TagClassName
{
border-color: #C5830D;
}
</style>