Shades of Dark Goldenrod #C59303
Tints of Dark Goldenrod #C59303
RGB
CMYK
RGB Variations
Color information
#C59303 (or 0xC59303) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 03. RGB value is (197,147,3). Sum of RGB (Red+Green+Blue) = 197+147+3=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C59303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59303 is #3A6CFC. Grayscale: #929292. Windows color (decimal): -3828989 or 234437. OLE color: 234437.
HSL color Cylindrical-coordinate representation of color #C59303: hue angle of 44.54º degrees, saturation: 0.97, 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 #C59303 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.23 |
| HSL | 44.54º | 0.97% | 0.39% | - |
| HSV(B) | 44.54º | 0.98% | 0.77% | - |
| XYZ | 33.48 | 32.74 | 4.64 | - |
| YUV | 145.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 3 | 0 | 0.25 | 0.98 | 0.23 | 44.54 | 0.97 | 0.39 |
| Hex | C5 | 93 | 3 | 0 | 19 | 62 | 17 | 2D | 61 | 27 |
| Octal | 305 | 223 | 3 | 0 | 31 | 142 | 27 | 55 | 141 | 47 |
| Binary | 11000101 | 10010011 | 11 | 0 | 11001 | 1100010 | 10111 | 101101 | 1100001 | 100111 |
Color Harmonies of #C59303
Complementary color
Monochromatic Colors of #C59303
Black with #C59303
Text Example
Text Example
White with #C59303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59303; }
p { color: rgb(197,147,3); }
H1.HeaderClassName
{
color: #C59303;
}
.AnyTagClassName
{
color: #C59303;
}
</style>
background-color css
<style>
a { background-color: #C59303; }
a { background-color: rgb(197,147,3); }
div.DivClassName
{
background-color: #C59303;
}
.BgClassName
{
background-color: #C59303;
}
</style>
border-color css
<style>
span { border-color: #C59303; }
span { border-color: rgb(197,147,3); }
td.TdClassName
{
border-color: #C59303;
}
.TagClassName
{
border-color: #C59303;
}
</style>