Shades of Dark Goldenrod #C57C0D
Tints of Dark Goldenrod #C57C0D
RGB
CMYK
RGB Variations
Color information
#C57C0D (or 0xC57C0D) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 0D. RGB value is (197,124,13). Sum of RGB (Red+Green+Blue) = 197+124+13=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C0D is #3A83F2. Grayscale: #858585. Windows color (decimal): -3834867 or 883909. OLE color: 883909.
HSL color Cylindrical-coordinate representation of color #C57C0D: hue angle of 36.2º 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 #C57C0D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.23 |
| HSL | 36.2º | 0.88% | 0.41% | - |
| HSV(B) | 36.2º | 0.93% | 0.77% | - |
| XYZ | 30.31 | 26.31 | 3.86 | - |
| YUV | 133.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 13 | 0 | 0.37 | 0.93 | 0.23 | 36.2 | 0.88 | 0.41 |
| Hex | C5 | 7C | D | 0 | 25 | 5D | 17 | 24 | 58 | 29 |
| Octal | 305 | 174 | 15 | 0 | 45 | 135 | 27 | 44 | 130 | 51 |
| Binary | 11000101 | 1111100 | 1101 | 0 | 100101 | 1011101 | 10111 | 100100 | 1011000 | 101001 |
Color Harmonies of #C57C0D
Complementary color
Monochromatic Colors of #C57C0D
Black with #C57C0D
Text Example
Text Example
White with #C57C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C0D; }
p { color: rgb(197,124,13); }
H1.HeaderClassName
{
color: #C57C0D;
}
.AnyTagClassName
{
color: #C57C0D;
}
</style>
background-color css
<style>
a { background-color: #C57C0D; }
a { background-color: rgb(197,124,13); }
div.DivClassName
{
background-color: #C57C0D;
}
.BgClassName
{
background-color: #C57C0D;
}
</style>
border-color css
<style>
span { border-color: #C57C0D; }
span { border-color: rgb(197,124,13); }
td.TdClassName
{
border-color: #C57C0D;
}
.TagClassName
{
border-color: #C57C0D;
}
</style>