Shades of Dark Goldenrod #C58A0B
Tints of Dark Goldenrod #C58A0B
RGB
CMYK
RGB Variations
Color information
#C58A0B (or 0xC58A0B) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 0B. RGB value is (197,138,11). Sum of RGB (Red+Green+Blue) = 197+138+11=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A0B is #3A75F4. Grayscale: #8D8D8D. Windows color (decimal): -3831285 or 756421. OLE color: 756421.
HSL color Cylindrical-coordinate representation of color #C58A0B: hue angle of 40.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C58A0B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.23 |
| HSL | 40.97º | 0.89% | 0.41% | - |
| HSV(B) | 40.97º | 0.94% | 0.77% | - |
| XYZ | 32.17 | 30.07 | 4.43 | - |
| YUV | 141.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 11 | 0 | 0.30 | 0.94 | 0.23 | 40.97 | 0.89 | 0.41 |
| Hex | C5 | 8A | B | 0 | 1E | 5E | 17 | 29 | 59 | 29 |
| Octal | 305 | 212 | 13 | 0 | 36 | 136 | 27 | 51 | 131 | 51 |
| Binary | 11000101 | 10001010 | 1011 | 0 | 11110 | 1011110 | 10111 | 101001 | 1011001 | 101001 |
Color Harmonies of #C58A0B
Complementary color
Monochromatic Colors of #C58A0B
Black with #C58A0B
Text Example
Text Example
White with #C58A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A0B; }
p { color: rgb(197,138,11); }
H1.HeaderClassName
{
color: #C58A0B;
}
.AnyTagClassName
{
color: #C58A0B;
}
</style>
background-color css
<style>
a { background-color: #C58A0B; }
a { background-color: rgb(197,138,11); }
div.DivClassName
{
background-color: #C58A0B;
}
.BgClassName
{
background-color: #C58A0B;
}
</style>
border-color css
<style>
span { border-color: #C58A0B; }
span { border-color: rgb(197,138,11); }
td.TdClassName
{
border-color: #C58A0B;
}
.TagClassName
{
border-color: #C58A0B;
}
</style>