Shades of Dark Goldenrod #C58C03
Tints of Dark Goldenrod #C58C03
RGB
CMYK
RGB Variations
Color information
#C58C03 (or 0xC58C03) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 03. RGB value is (197,140,3). Sum of RGB (Red+Green+Blue) = 197+140+3=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C03 is #3A73FC. Grayscale: #8E8E8E. Windows color (decimal): -3830781 or 232645. OLE color: 232645.
HSL color Cylindrical-coordinate representation of color #C58C03: hue angle of 42.37º 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 #C58C03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.23 |
| HSL | 42.37º | 0.97% | 0.39% | - |
| HSV(B) | 42.37º | 0.98% | 0.77% | - |
| XYZ | 32.42 | 30.63 | 4.29 | - |
| YUV | 141.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 3 | 0 | 0.29 | 0.98 | 0.23 | 42.37 | 0.97 | 0.39 |
| Hex | C5 | 8C | 3 | 0 | 1D | 62 | 17 | 2A | 61 | 27 |
| Octal | 305 | 214 | 3 | 0 | 35 | 142 | 27 | 52 | 141 | 47 |
| Binary | 11000101 | 10001100 | 11 | 0 | 11101 | 1100010 | 10111 | 101010 | 1100001 | 100111 |
Color Harmonies of #C58C03
Complementary color
Monochromatic Colors of #C58C03
Black with #C58C03
Text Example
Text Example
White with #C58C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C03; }
p { color: rgb(197,140,3); }
H1.HeaderClassName
{
color: #C58C03;
}
.AnyTagClassName
{
color: #C58C03;
}
</style>
background-color css
<style>
a { background-color: #C58C03; }
a { background-color: rgb(197,140,3); }
div.DivClassName
{
background-color: #C58C03;
}
.BgClassName
{
background-color: #C58C03;
}
</style>
border-color css
<style>
span { border-color: #C58C03; }
span { border-color: rgb(197,140,3); }
td.TdClassName
{
border-color: #C58C03;
}
.TagClassName
{
border-color: #C58C03;
}
</style>