Shades of Dark Goldenrod #C57905
Tints of Dark Goldenrod #C57905
RGB
CMYK
RGB Variations
Color information
#C57905 (or 0xC57905) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 05. RGB value is (197,121,5). Sum of RGB (Red+Green+Blue) = 197+121+5=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C57905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57905 is #3A86FA. Grayscale: #838383. Windows color (decimal): -3835643 or 358853. OLE color: 358853.
HSL color Cylindrical-coordinate representation of color #C57905: hue angle of 36.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57905 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.23 |
| HSL | 36.25º | 0.95% | 0.4% | - |
| HSV(B) | 36.25º | 0.97% | 0.77% | - |
| XYZ | 29.89 | 25.56 | 3.5 | - |
| YUV | 130.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 5 | 0 | 0.39 | 0.97 | 0.23 | 36.25 | 0.95 | 0.4 |
| Hex | C5 | 79 | 5 | 0 | 27 | 61 | 17 | 24 | 5F | 28 |
| Octal | 305 | 171 | 5 | 0 | 47 | 141 | 27 | 44 | 137 | 50 |
| Binary | 11000101 | 1111001 | 101 | 0 | 100111 | 1100001 | 10111 | 100100 | 1011111 | 101000 |
Color Harmonies of #C57905
Complementary color
Monochromatic Colors of #C57905
Black with #C57905
Text Example
Text Example
White with #C57905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57905; }
p { color: rgb(197,121,5); }
H1.HeaderClassName
{
color: #C57905;
}
.AnyTagClassName
{
color: #C57905;
}
</style>
background-color css
<style>
a { background-color: #C57905; }
a { background-color: rgb(197,121,5); }
div.DivClassName
{
background-color: #C57905;
}
.BgClassName
{
background-color: #C57905;
}
</style>
border-color css
<style>
span { border-color: #C57905; }
span { border-color: rgb(197,121,5); }
td.TdClassName
{
border-color: #C57905;
}
.TagClassName
{
border-color: #C57905;
}
</style>