Shades of Dark Goldenrod #C5740A
Tints of Dark Goldenrod #C5740A
RGB
CMYK
RGB Variations
Color information
#C5740A (or 0xC5740A) is known color: Dark Goldenrod. HEX triplet: C5, 74 and 0A. RGB value is (197,116,10). Sum of RGB (Red+Green+Blue) = 197+116+10=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5740A is #3A8BF5. Grayscale: #808080. Windows color (decimal): -3836918 or 685253. OLE color: 685253.
HSL color Cylindrical-coordinate representation of color #C5740A: hue angle of 34.01º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5740A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.23 |
| HSL | 34.01º | 0.9% | 0.41% | - |
| HSV(B) | 34.01º | 0.95% | 0.77% | - |
| XYZ | 29.33 | 24.38 | 3.45 | - |
| YUV | 128.14 | 61.34 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 10 | 0 | 0.41 | 0.95 | 0.23 | 34.01 | 0.9 | 0.41 |
| Hex | C5 | 74 | A | 0 | 29 | 5F | 17 | 22 | 5A | 29 |
| Octal | 305 | 164 | 12 | 0 | 51 | 137 | 27 | 42 | 132 | 51 |
| Binary | 11000101 | 1110100 | 1010 | 0 | 101001 | 1011111 | 10111 | 100010 | 1011010 | 101001 |
Color Harmonies of #C5740A
Complementary color
Monochromatic Colors of #C5740A
Black with #C5740A
Text Example
Text Example
White with #C5740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5740A; }
p { color: rgb(197,116,10); }
H1.HeaderClassName
{
color: #C5740A;
}
.AnyTagClassName
{
color: #C5740A;
}
</style>
background-color css
<style>
a { background-color: #C5740A; }
a { background-color: rgb(197,116,10); }
div.DivClassName
{
background-color: #C5740A;
}
.BgClassName
{
background-color: #C5740A;
}
</style>
border-color css
<style>
span { border-color: #C5740A; }
span { border-color: rgb(197,116,10); }
td.TdClassName
{
border-color: #C5740A;
}
.TagClassName
{
border-color: #C5740A;
}
</style>