Shades of Dark Goldenrod #C57D12
Tints of Dark Goldenrod #C57D12
RGB
CMYK
RGB Variations
Color information
#C57D12 (or 0xC57D12) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 12. RGB value is (197,125,18). Sum of RGB (Red+Green+Blue) = 197+125+18=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D12 is #3A82ED. Grayscale: #868686. Windows color (decimal): -3834606 or 1211845. OLE color: 1211845.
HSL color Cylindrical-coordinate representation of color #C57D12: hue angle of 35.87º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57D12 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.23 |
| HSL | 35.87º | 0.83% | 0.42% | - |
| HSV(B) | 35.87º | 0.91% | 0.77% | - |
| XYZ | 30.47 | 26.58 | 4.1 | - |
| YUV | 134.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 18 | 0 | 0.37 | 0.91 | 0.23 | 35.87 | 0.83 | 0.42 |
| Hex | C5 | 7D | 12 | 0 | 25 | 5B | 17 | 24 | 53 | 2A |
| Octal | 305 | 175 | 22 | 0 | 45 | 133 | 27 | 44 | 123 | 52 |
| Binary | 11000101 | 1111101 | 10010 | 0 | 100101 | 1011011 | 10111 | 100100 | 1010011 | 101010 |
Color Harmonies of #C57D12
Complementary color
Monochromatic Colors of #C57D12
Black with #C57D12
Text Example
Text Example
White with #C57D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D12; }
p { color: rgb(197,125,18); }
H1.HeaderClassName
{
color: #C57D12;
}
.AnyTagClassName
{
color: #C57D12;
}
</style>
background-color css
<style>
a { background-color: #C57D12; }
a { background-color: rgb(197,125,18); }
div.DivClassName
{
background-color: #C57D12;
}
.BgClassName
{
background-color: #C57D12;
}
</style>
border-color css
<style>
span { border-color: #C57D12; }
span { border-color: rgb(197,125,18); }
td.TdClassName
{
border-color: #C57D12;
}
.TagClassName
{
border-color: #C57D12;
}
</style>