Shades of Dark Goldenrod #C57303
Tints of Dark Goldenrod #C57303
RGB
CMYK
RGB Variations
Color information
#C57303 (or 0xC57303) is known color: Dark Goldenrod. HEX triplet: C5, 73 and 03. RGB value is (197,115,3). Sum of RGB (Red+Green+Blue) = 197+115+3=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C57303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57303 is #3A8CFC. Grayscale: #7F7F7F. Windows color (decimal): -3837181 or 226245. OLE color: 226245.
HSL color Cylindrical-coordinate representation of color #C57303: hue angle of 34.64º 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 #C57303 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.23 |
| HSL | 34.64º | 0.97% | 0.39% | - |
| HSV(B) | 34.64º | 0.98% | 0.77% | - |
| XYZ | 29.17 | 24.14 | 3.21 | - |
| YUV | 126.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 3 | 0 | 0.42 | 0.98 | 0.23 | 34.64 | 0.97 | 0.39 |
| Hex | C5 | 73 | 3 | 0 | 2A | 62 | 17 | 23 | 61 | 27 |
| Octal | 305 | 163 | 3 | 0 | 52 | 142 | 27 | 43 | 141 | 47 |
| Binary | 11000101 | 1110011 | 11 | 0 | 101010 | 1100010 | 10111 | 100011 | 1100001 | 100111 |
Color Harmonies of #C57303
Complementary color
Monochromatic Colors of #C57303
Black with #C57303
Text Example
Text Example
White with #C57303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57303; }
p { color: rgb(197,115,3); }
H1.HeaderClassName
{
color: #C57303;
}
.AnyTagClassName
{
color: #C57303;
}
</style>
background-color css
<style>
a { background-color: #C57303; }
a { background-color: rgb(197,115,3); }
div.DivClassName
{
background-color: #C57303;
}
.BgClassName
{
background-color: #C57303;
}
</style>
border-color css
<style>
span { border-color: #C57303; }
span { border-color: rgb(197,115,3); }
td.TdClassName
{
border-color: #C57303;
}
.TagClassName
{
border-color: #C57303;
}
</style>