Shades of Dark Goldenrod #C5840C
Tints of Dark Goldenrod #C5840C
RGB
CMYK
RGB Variations
Color information
#C5840C (or 0xC5840C) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 0C. RGB value is (197,132,12). Sum of RGB (Red+Green+Blue) = 197+132+12=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5840C is #3A7BF3. Grayscale: #8A8A8A. Windows color (decimal): -3832820 or 820421. OLE color: 820421.
HSL color Cylindrical-coordinate representation of color #C5840C: hue angle of 38.92º 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 #C5840C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.23 |
| HSL | 38.92º | 0.89% | 0.41% | - |
| HSV(B) | 38.92º | 0.94% | 0.77% | - |
| XYZ | 31.34 | 28.4 | 4.18 | - |
| YUV | 137.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 12 | 0 | 0.33 | 0.94 | 0.23 | 38.92 | 0.89 | 0.41 |
| Hex | C5 | 84 | C | 0 | 21 | 5E | 17 | 27 | 59 | 29 |
| Octal | 305 | 204 | 14 | 0 | 41 | 136 | 27 | 47 | 131 | 51 |
| Binary | 11000101 | 10000100 | 1100 | 0 | 100001 | 1011110 | 10111 | 100111 | 1011001 | 101001 |
Color Harmonies of #C5840C
Complementary color
Monochromatic Colors of #C5840C
Black with #C5840C
Text Example
Text Example
White with #C5840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5840C; }
p { color: rgb(197,132,12); }
H1.HeaderClassName
{
color: #C5840C;
}
.AnyTagClassName
{
color: #C5840C;
}
</style>
background-color css
<style>
a { background-color: #C5840C; }
a { background-color: rgb(197,132,12); }
div.DivClassName
{
background-color: #C5840C;
}
.BgClassName
{
background-color: #C5840C;
}
</style>
border-color css
<style>
span { border-color: #C5840C; }
span { border-color: rgb(197,132,12); }
td.TdClassName
{
border-color: #C5840C;
}
.TagClassName
{
border-color: #C5840C;
}
</style>