Shades of Dark Goldenrod #C57D0D
Tints of Dark Goldenrod #C57D0D
RGB
CMYK
RGB Variations
Color information
#C57D0D (or 0xC57D0D) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 0D. RGB value is (197,125,13). Sum of RGB (Red+Green+Blue) = 197+125+13=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D0D is #3A82F2. Grayscale: #868686. Windows color (decimal): -3834611 or 884165. OLE color: 884165.
HSL color Cylindrical-coordinate representation of color #C57D0D: hue angle of 36.52º 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 #C57D0D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.23 |
| HSL | 36.52º | 0.88% | 0.41% | - |
| HSV(B) | 36.52º | 0.93% | 0.77% | - |
| XYZ | 30.43 | 26.57 | 3.9 | - |
| YUV | 133.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 13 | 0 | 0.37 | 0.93 | 0.23 | 36.52 | 0.88 | 0.41 |
| Hex | C5 | 7D | D | 0 | 25 | 5D | 17 | 25 | 58 | 29 |
| Octal | 305 | 175 | 15 | 0 | 45 | 135 | 27 | 45 | 130 | 51 |
| Binary | 11000101 | 1111101 | 1101 | 0 | 100101 | 1011101 | 10111 | 100101 | 1011000 | 101001 |
Color Harmonies of #C57D0D
Complementary color
Monochromatic Colors of #C57D0D
Black with #C57D0D
Text Example
Text Example
White with #C57D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D0D; }
p { color: rgb(197,125,13); }
H1.HeaderClassName
{
color: #C57D0D;
}
.AnyTagClassName
{
color: #C57D0D;
}
</style>
background-color css
<style>
a { background-color: #C57D0D; }
a { background-color: rgb(197,125,13); }
div.DivClassName
{
background-color: #C57D0D;
}
.BgClassName
{
background-color: #C57D0D;
}
</style>
border-color css
<style>
span { border-color: #C57D0D; }
span { border-color: rgb(197,125,13); }
td.TdClassName
{
border-color: #C57D0D;
}
.TagClassName
{
border-color: #C57D0D;
}
</style>