Shades of Dark Goldenrod #C57804
Tints of Dark Goldenrod #C57804
RGB
CMYK
RGB Variations
Color information
#C57804 (or 0xC57804) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 04. RGB value is (197,120,4). Sum of RGB (Red+Green+Blue) = 197+120+4=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C57804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57804 is #3A87FB. Grayscale: #828282. Windows color (decimal): -3835900 or 293061. OLE color: 293061.
HSL color Cylindrical-coordinate representation of color #C57804: hue angle of 36.06º 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 #C57804 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.23 |
| HSL | 36.06º | 0.96% | 0.39% | - |
| HSV(B) | 36.06º | 0.98% | 0.77% | - |
| XYZ | 29.76 | 25.31 | 3.43 | - |
| YUV | 129.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 4 | 0 | 0.39 | 0.98 | 0.23 | 36.06 | 0.96 | 0.39 |
| Hex | C5 | 78 | 4 | 0 | 27 | 62 | 17 | 24 | 60 | 27 |
| Octal | 305 | 170 | 4 | 0 | 47 | 142 | 27 | 44 | 140 | 47 |
| Binary | 11000101 | 1111000 | 100 | 0 | 100111 | 1100010 | 10111 | 100100 | 1100000 | 100111 |
Color Harmonies of #C57804
Complementary color
Monochromatic Colors of #C57804
Black with #C57804
Text Example
Text Example
White with #C57804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57804; }
p { color: rgb(197,120,4); }
H1.HeaderClassName
{
color: #C57804;
}
.AnyTagClassName
{
color: #C57804;
}
</style>
background-color css
<style>
a { background-color: #C57804; }
a { background-color: rgb(197,120,4); }
div.DivClassName
{
background-color: #C57804;
}
.BgClassName
{
background-color: #C57804;
}
</style>
border-color css
<style>
span { border-color: #C57804; }
span { border-color: rgb(197,120,4); }
td.TdClassName
{
border-color: #C57804;
}
.TagClassName
{
border-color: #C57804;
}
</style>