Shades of Dark Goldenrod #C5930D
Tints of Dark Goldenrod #C5930D
RGB
CMYK
RGB Variations
Color information
#C5930D (or 0xC5930D) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 0D. RGB value is (197,147,13). Sum of RGB (Red+Green+Blue) = 197+147+13=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5930D is #3A6CF2. Grayscale: #939393. Windows color (decimal): -3828979 or 889797. OLE color: 889797.
HSL color Cylindrical-coordinate representation of color #C5930D: hue angle of 43.7º 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 #C5930D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 13 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.23 |
| HSL | 43.7º | 0.88% | 0.41% | - |
| HSV(B) | 43.7º | 0.93% | 0.77% | - |
| XYZ | 33.53 | 32.77 | 4.94 | - |
| YUV | 146.67 | 52.57 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 13 | 0 | 0.25 | 0.93 | 0.23 | 43.7 | 0.88 | 0.41 |
| Hex | C5 | 93 | D | 0 | 19 | 5D | 17 | 2C | 58 | 29 |
| Octal | 305 | 223 | 15 | 0 | 31 | 135 | 27 | 54 | 130 | 51 |
| Binary | 11000101 | 10010011 | 1101 | 0 | 11001 | 1011101 | 10111 | 101100 | 1011000 | 101001 |
Color Harmonies of #C5930D
Complementary color
Monochromatic Colors of #C5930D
Black with #C5930D
Text Example
Text Example
White with #C5930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5930D; }
p { color: rgb(197,147,13); }
H1.HeaderClassName
{
color: #C5930D;
}
.AnyTagClassName
{
color: #C5930D;
}
</style>
background-color css
<style>
a { background-color: #C5930D; }
a { background-color: rgb(197,147,13); }
div.DivClassName
{
background-color: #C5930D;
}
.BgClassName
{
background-color: #C5930D;
}
</style>
border-color css
<style>
span { border-color: #C5930D; }
span { border-color: rgb(197,147,13); }
td.TdClassName
{
border-color: #C5930D;
}
.TagClassName
{
border-color: #C5930D;
}
</style>