Shades of Dark Goldenrod #C57407
Tints of Dark Goldenrod #C57407
RGB
CMYK
RGB Variations
Color information
#C57407 (or 0xC57407) is known color: Dark Goldenrod. HEX triplet: C5, 74 and 07. RGB value is (197,116,7). Sum of RGB (Red+Green+Blue) = 197+116+7=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57407 is #3A8BF8. Grayscale: #808080. Windows color (decimal): -3836921 or 488645. OLE color: 488645.
HSL color Cylindrical-coordinate representation of color #C57407: hue angle of 34.42º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C57407 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.23 |
| HSL | 34.42º | 0.93% | 0.4% | - |
| HSV(B) | 34.42º | 0.96% | 0.77% | - |
| XYZ | 29.31 | 24.38 | 3.36 | - |
| YUV | 127.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 7 | 0 | 0.41 | 0.96 | 0.23 | 34.42 | 0.93 | 0.4 |
| Hex | C5 | 74 | 7 | 0 | 29 | 60 | 17 | 22 | 5D | 28 |
| Octal | 305 | 164 | 7 | 0 | 51 | 140 | 27 | 42 | 135 | 50 |
| Binary | 11000101 | 1110100 | 111 | 0 | 101001 | 1100000 | 10111 | 100010 | 1011101 | 101000 |
Color Harmonies of #C57407
Complementary color
Monochromatic Colors of #C57407
Black with #C57407
Text Example
Text Example
White with #C57407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57407; }
p { color: rgb(197,116,7); }
H1.HeaderClassName
{
color: #C57407;
}
.AnyTagClassName
{
color: #C57407;
}
</style>
background-color css
<style>
a { background-color: #C57407; }
a { background-color: rgb(197,116,7); }
div.DivClassName
{
background-color: #C57407;
}
.BgClassName
{
background-color: #C57407;
}
</style>
border-color css
<style>
span { border-color: #C57407; }
span { border-color: rgb(197,116,7); }
td.TdClassName
{
border-color: #C57407;
}
.TagClassName
{
border-color: #C57407;
}
</style>