Shades of Dark Goldenrod #C58A03
Tints of Dark Goldenrod #C58A03
RGB
CMYK
RGB Variations
Color information
#C58A03 (or 0xC58A03) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 03. RGB value is (197,138,3). Sum of RGB (Red+Green+Blue) = 197+138+3=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A03 is #3A75FC. Grayscale: #8C8C8C. Windows color (decimal): -3831293 or 232133. OLE color: 232133.
HSL color Cylindrical-coordinate representation of color #C58A03: hue angle of 41.75º 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 #C58A03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.23 |
| HSL | 41.75º | 0.97% | 0.39% | - |
| HSV(B) | 41.75º | 0.98% | 0.77% | - |
| XYZ | 32.13 | 30.05 | 4.19 | - |
| YUV | 140.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 3 | 0 | 0.30 | 0.98 | 0.23 | 41.75 | 0.97 | 0.39 |
| Hex | C5 | 8A | 3 | 0 | 1E | 62 | 17 | 2A | 61 | 27 |
| Octal | 305 | 212 | 3 | 0 | 36 | 142 | 27 | 52 | 141 | 47 |
| Binary | 11000101 | 10001010 | 11 | 0 | 11110 | 1100010 | 10111 | 101010 | 1100001 | 100111 |
Color Harmonies of #C58A03
Complementary color
Monochromatic Colors of #C58A03
Black with #C58A03
Text Example
Text Example
White with #C58A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A03; }
p { color: rgb(197,138,3); }
H1.HeaderClassName
{
color: #C58A03;
}
.AnyTagClassName
{
color: #C58A03;
}
</style>
background-color css
<style>
a { background-color: #C58A03; }
a { background-color: rgb(197,138,3); }
div.DivClassName
{
background-color: #C58A03;
}
.BgClassName
{
background-color: #C58A03;
}
</style>
border-color css
<style>
span { border-color: #C58A03; }
span { border-color: rgb(197,138,3); }
td.TdClassName
{
border-color: #C58A03;
}
.TagClassName
{
border-color: #C58A03;
}
</style>