Shades of Dark Goldenrod #C59405
Tints of Dark Goldenrod #C59405
RGB
CMYK
RGB Variations
Color information
#C59405 (or 0xC59405) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 05. RGB value is (197,148,5). Sum of RGB (Red+Green+Blue) = 197+148+5=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C59405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59405 is #3A6BFA. Grayscale: #929292. Windows color (decimal): -3828731 or 365765. OLE color: 365765.
HSL color Cylindrical-coordinate representation of color #C59405: hue angle of 44.69º 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 #C59405 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.23 |
| HSL | 44.69º | 0.95% | 0.4% | - |
| HSV(B) | 44.69º | 0.97% | 0.77% | - |
| XYZ | 33.64 | 33.06 | 4.75 | - |
| YUV | 146.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 5 | 0 | 0.25 | 0.97 | 0.23 | 44.69 | 0.95 | 0.4 |
| Hex | C5 | 94 | 5 | 0 | 19 | 61 | 17 | 2D | 5F | 28 |
| Octal | 305 | 224 | 5 | 0 | 31 | 141 | 27 | 55 | 137 | 50 |
| Binary | 11000101 | 10010100 | 101 | 0 | 11001 | 1100001 | 10111 | 101101 | 1011111 | 101000 |
Color Harmonies of #C59405
Complementary color
Monochromatic Colors of #C59405
Black with #C59405
Text Example
Text Example
White with #C59405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59405; }
p { color: rgb(197,148,5); }
H1.HeaderClassName
{
color: #C59405;
}
.AnyTagClassName
{
color: #C59405;
}
</style>
background-color css
<style>
a { background-color: #C59405; }
a { background-color: rgb(197,148,5); }
div.DivClassName
{
background-color: #C59405;
}
.BgClassName
{
background-color: #C59405;
}
</style>
border-color css
<style>
span { border-color: #C59405; }
span { border-color: rgb(197,148,5); }
td.TdClassName
{
border-color: #C59405;
}
.TagClassName
{
border-color: #C59405;
}
</style>