Shades of Dark Goldenrod #C57504
Tints of Dark Goldenrod #C57504
RGB
CMYK
RGB Variations
Color information
#C57504 (or 0xC57504) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 04. RGB value is (197,117,4). Sum of RGB (Red+Green+Blue) = 197+117+4=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57504 is #3A8AFB. Grayscale: #808080. Windows color (decimal): -3836668 or 292293. OLE color: 292293.
HSL color Cylindrical-coordinate representation of color #C57504: hue angle of 35.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C57504 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.23 |
| HSL | 35.13º | 0.96% | 0.39% | - |
| HSV(B) | 35.13º | 0.98% | 0.77% | - |
| XYZ | 29.41 | 24.6 | 3.31 | - |
| YUV | 128.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 4 | 0 | 0.41 | 0.98 | 0.23 | 35.13 | 0.96 | 0.39 |
| Hex | C5 | 75 | 4 | 0 | 29 | 62 | 17 | 23 | 60 | 27 |
| Octal | 305 | 165 | 4 | 0 | 51 | 142 | 27 | 43 | 140 | 47 |
| Binary | 11000101 | 1110101 | 100 | 0 | 101001 | 1100010 | 10111 | 100011 | 1100000 | 100111 |
Color Harmonies of #C57504
Complementary color
Monochromatic Colors of #C57504
Black with #C57504
Text Example
Text Example
White with #C57504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57504; }
p { color: rgb(197,117,4); }
H1.HeaderClassName
{
color: #C57504;
}
.AnyTagClassName
{
color: #C57504;
}
</style>
background-color css
<style>
a { background-color: #C57504; }
a { background-color: rgb(197,117,4); }
div.DivClassName
{
background-color: #C57504;
}
.BgClassName
{
background-color: #C57504;
}
</style>
border-color css
<style>
span { border-color: #C57504; }
span { border-color: rgb(197,117,4); }
td.TdClassName
{
border-color: #C57504;
}
.TagClassName
{
border-color: #C57504;
}
</style>