Shades of Dark Goldenrod #C57503
Tints of Dark Goldenrod #C57503
RGB
CMYK
RGB Variations
Color information
#C57503 (or 0xC57503) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 03. RGB value is (197,117,3). Sum of RGB (Red+Green+Blue) = 197+117+3=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C57503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57503 is #3A8AFC. Grayscale: #808080. Windows color (decimal): -3836669 or 226757. OLE color: 226757.
HSL color Cylindrical-coordinate representation of color #C57503: hue angle of 35.26º 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 #C57503 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.23 |
| HSL | 35.26º | 0.97% | 0.39% | - |
| HSV(B) | 35.26º | 0.98% | 0.77% | - |
| XYZ | 29.4 | 24.6 | 3.28 | - |
| YUV | 127.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 3 | 0 | 0.41 | 0.98 | 0.23 | 35.26 | 0.97 | 0.39 |
| Hex | C5 | 75 | 3 | 0 | 29 | 62 | 17 | 23 | 61 | 27 |
| Octal | 305 | 165 | 3 | 0 | 51 | 142 | 27 | 43 | 141 | 47 |
| Binary | 11000101 | 1110101 | 11 | 0 | 101001 | 1100010 | 10111 | 100011 | 1100001 | 100111 |
Color Harmonies of #C57503
Complementary color
Monochromatic Colors of #C57503
Black with #C57503
Text Example
Text Example
White with #C57503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57503; }
p { color: rgb(197,117,3); }
H1.HeaderClassName
{
color: #C57503;
}
.AnyTagClassName
{
color: #C57503;
}
</style>
background-color css
<style>
a { background-color: #C57503; }
a { background-color: rgb(197,117,3); }
div.DivClassName
{
background-color: #C57503;
}
.BgClassName
{
background-color: #C57503;
}
</style>
border-color css
<style>
span { border-color: #C57503; }
span { border-color: rgb(197,117,3); }
td.TdClassName
{
border-color: #C57503;
}
.TagClassName
{
border-color: #C57503;
}
</style>