Shades of Dark Goldenrod #C5850D
Tints of Dark Goldenrod #C5850D
RGB
CMYK
RGB Variations
Color information
#C5850D (or 0xC5850D) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 0D. RGB value is (197,133,13). Sum of RGB (Red+Green+Blue) = 197+133+13=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5850D is #3A7AF2. Grayscale: #8B8B8B. Windows color (decimal): -3832563 or 886213. OLE color: 886213.
HSL color Cylindrical-coordinate representation of color #C5850D: hue angle of 39.13º 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 #C5850D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.23 |
| HSL | 39.13º | 0.88% | 0.41% | - |
| HSV(B) | 39.13º | 0.93% | 0.77% | - |
| XYZ | 31.49 | 28.67 | 4.26 | - |
| YUV | 138.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 13 | 0 | 0.32 | 0.93 | 0.23 | 39.13 | 0.88 | 0.41 |
| Hex | C5 | 85 | D | 0 | 20 | 5D | 17 | 27 | 58 | 29 |
| Octal | 305 | 205 | 15 | 0 | 40 | 135 | 27 | 47 | 130 | 51 |
| Binary | 11000101 | 10000101 | 1101 | 0 | 100000 | 1011101 | 10111 | 100111 | 1011000 | 101001 |
Color Harmonies of #C5850D
Complementary color
Monochromatic Colors of #C5850D
Black with #C5850D
Text Example
Text Example
White with #C5850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5850D; }
p { color: rgb(197,133,13); }
H1.HeaderClassName
{
color: #C5850D;
}
.AnyTagClassName
{
color: #C5850D;
}
</style>
background-color css
<style>
a { background-color: #C5850D; }
a { background-color: rgb(197,133,13); }
div.DivClassName
{
background-color: #C5850D;
}
.BgClassName
{
background-color: #C5850D;
}
</style>
border-color css
<style>
span { border-color: #C5850D; }
span { border-color: rgb(197,133,13); }
td.TdClassName
{
border-color: #C5850D;
}
.TagClassName
{
border-color: #C5850D;
}
</style>