Shades of Dark Goldenrod #C58903
Tints of Dark Goldenrod #C58903
RGB
CMYK
RGB Variations
Color information
#C58903 (or 0xC58903) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 03. RGB value is (197,137,3). Sum of RGB (Red+Green+Blue) = 197+137+3=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C58903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58903 is #3A76FC. Grayscale: #8C8C8C. Windows color (decimal): -3831549 or 231877. OLE color: 231877.
HSL color Cylindrical-coordinate representation of color #C58903: hue angle of 41.44º 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 #C58903 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.23 |
| HSL | 41.44º | 0.97% | 0.39% | - |
| HSV(B) | 41.44º | 0.98% | 0.77% | - |
| XYZ | 31.99 | 29.77 | 4.15 | - |
| YUV | 139.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 3 | 0 | 0.30 | 0.98 | 0.23 | 41.44 | 0.97 | 0.39 |
| Hex | C5 | 89 | 3 | 0 | 1E | 62 | 17 | 29 | 61 | 27 |
| Octal | 305 | 211 | 3 | 0 | 36 | 142 | 27 | 51 | 141 | 47 |
| Binary | 11000101 | 10001001 | 11 | 0 | 11110 | 1100010 | 10111 | 101001 | 1100001 | 100111 |
Color Harmonies of #C58903
Complementary color
Monochromatic Colors of #C58903
Black with #C58903
Text Example
Text Example
White with #C58903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58903; }
p { color: rgb(197,137,3); }
H1.HeaderClassName
{
color: #C58903;
}
.AnyTagClassName
{
color: #C58903;
}
</style>
background-color css
<style>
a { background-color: #C58903; }
a { background-color: rgb(197,137,3); }
div.DivClassName
{
background-color: #C58903;
}
.BgClassName
{
background-color: #C58903;
}
</style>
border-color css
<style>
span { border-color: #C58903; }
span { border-color: rgb(197,137,3); }
td.TdClassName
{
border-color: #C58903;
}
.TagClassName
{
border-color: #C58903;
}
</style>