Shades of Dark Goldenrod #C59305
Tints of Dark Goldenrod #C59305
RGB
CMYK
RGB Variations
Color information
#C59305 (or 0xC59305) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 05. RGB value is (197,147,5). Sum of RGB (Red+Green+Blue) = 197+147+5=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C59305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59305 is #3A6CFA. Grayscale: #929292. Windows color (decimal): -3828987 or 365509. OLE color: 365509.
HSL color Cylindrical-coordinate representation of color #C59305: hue angle of 44.38º 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 #C59305 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.23 |
| HSL | 44.38º | 0.95% | 0.4% | - |
| HSV(B) | 44.38º | 0.97% | 0.77% | - |
| XYZ | 33.49 | 32.75 | 4.7 | - |
| YUV | 145.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 5 | 0 | 0.25 | 0.97 | 0.23 | 44.38 | 0.95 | 0.4 |
| Hex | C5 | 93 | 5 | 0 | 19 | 61 | 17 | 2C | 5F | 28 |
| Octal | 305 | 223 | 5 | 0 | 31 | 141 | 27 | 54 | 137 | 50 |
| Binary | 11000101 | 10010011 | 101 | 0 | 11001 | 1100001 | 10111 | 101100 | 1011111 | 101000 |
Color Harmonies of #C59305
Complementary color
Monochromatic Colors of #C59305
Black with #C59305
Text Example
Text Example
White with #C59305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59305; }
p { color: rgb(197,147,5); }
H1.HeaderClassName
{
color: #C59305;
}
.AnyTagClassName
{
color: #C59305;
}
</style>
background-color css
<style>
a { background-color: #C59305; }
a { background-color: rgb(197,147,5); }
div.DivClassName
{
background-color: #C59305;
}
.BgClassName
{
background-color: #C59305;
}
</style>
border-color css
<style>
span { border-color: #C59305; }
span { border-color: rgb(197,147,5); }
td.TdClassName
{
border-color: #C59305;
}
.TagClassName
{
border-color: #C59305;
}
</style>