Shades of Dark Goldenrod #C58503
Tints of Dark Goldenrod #C58503
RGB
CMYK
RGB Variations
Color information
#C58503 (or 0xC58503) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 03. RGB value is (197,133,3). Sum of RGB (Red+Green+Blue) = 197+133+3=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58503 is #3A7AFC. Grayscale: #898989. Windows color (decimal): -3832573 or 230853. OLE color: 230853.
HSL color Cylindrical-coordinate representation of color #C58503: hue angle of 40.21º 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 #C58503 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.23 |
| HSL | 40.21º | 0.97% | 0.39% | - |
| HSV(B) | 40.21º | 0.98% | 0.77% | - |
| XYZ | 31.43 | 28.65 | 3.96 | - |
| YUV | 137.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 3 | 0 | 0.32 | 0.98 | 0.23 | 40.21 | 0.97 | 0.39 |
| Hex | C5 | 85 | 3 | 0 | 20 | 62 | 17 | 28 | 61 | 27 |
| Octal | 305 | 205 | 3 | 0 | 40 | 142 | 27 | 50 | 141 | 47 |
| Binary | 11000101 | 10000101 | 11 | 0 | 100000 | 1100010 | 10111 | 101000 | 1100001 | 100111 |
Color Harmonies of #C58503
Complementary color
Monochromatic Colors of #C58503
Black with #C58503
Text Example
Text Example
White with #C58503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58503; }
p { color: rgb(197,133,3); }
H1.HeaderClassName
{
color: #C58503;
}
.AnyTagClassName
{
color: #C58503;
}
</style>
background-color css
<style>
a { background-color: #C58503; }
a { background-color: rgb(197,133,3); }
div.DivClassName
{
background-color: #C58503;
}
.BgClassName
{
background-color: #C58503;
}
</style>
border-color css
<style>
span { border-color: #C58503; }
span { border-color: rgb(197,133,3); }
td.TdClassName
{
border-color: #C58503;
}
.TagClassName
{
border-color: #C58503;
}
</style>