Shades of Dark Goldenrod #C5760C
Tints of Dark Goldenrod #C5760C
RGB
CMYK
RGB Variations
Color information
#C5760C (or 0xC5760C) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 0C. RGB value is (197,118,12). Sum of RGB (Red+Green+Blue) = 197+118+12=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5760C is #3A89F3. Grayscale: #828282. Windows color (decimal): -3836404 or 816837. OLE color: 816837.
HSL color Cylindrical-coordinate representation of color #C5760C: hue angle of 34.38º 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 #C5760C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.23 |
| HSL | 34.38º | 0.89% | 0.41% | - |
| HSV(B) | 34.38º | 0.94% | 0.77% | - |
| XYZ | 29.57 | 24.85 | 3.59 | - |
| YUV | 129.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 12 | 0 | 0.40 | 0.94 | 0.23 | 34.38 | 0.89 | 0.41 |
| Hex | C5 | 76 | C | 0 | 28 | 5E | 17 | 22 | 59 | 29 |
| Octal | 305 | 166 | 14 | 0 | 50 | 136 | 27 | 42 | 131 | 51 |
| Binary | 11000101 | 1110110 | 1100 | 0 | 101000 | 1011110 | 10111 | 100010 | 1011001 | 101001 |
Color Harmonies of #C5760C
Complementary color
Monochromatic Colors of #C5760C
Black with #C5760C
Text Example
Text Example
White with #C5760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5760C; }
p { color: rgb(197,118,12); }
H1.HeaderClassName
{
color: #C5760C;
}
.AnyTagClassName
{
color: #C5760C;
}
</style>
background-color css
<style>
a { background-color: #C5760C; }
a { background-color: rgb(197,118,12); }
div.DivClassName
{
background-color: #C5760C;
}
.BgClassName
{
background-color: #C5760C;
}
</style>
border-color css
<style>
span { border-color: #C5760C; }
span { border-color: rgb(197,118,12); }
td.TdClassName
{
border-color: #C5760C;
}
.TagClassName
{
border-color: #C5760C;
}
</style>