Shades of Dark Goldenrod #C58F14
Tints of Dark Goldenrod #C58F14
RGB
CMYK
RGB Variations
Color information
#C58F14 (or 0xC58F14) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 14. RGB value is (197,143,20). Sum of RGB (Red+Green+Blue) = 197+143+20=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F14 is #3A70EB. Grayscale: #919191. Windows color (decimal): -3829996 or 1347525. OLE color: 1347525.
HSL color Cylindrical-coordinate representation of color #C58F14: hue angle of 41.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58F14 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.23 |
| HSL | 41.69º | 0.82% | 0.43% | - |
| HSV(B) | 41.69º | 0.9% | 0.77% | - |
| XYZ | 32.97 | 31.57 | 5.02 | - |
| YUV | 145.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 20 | 0 | 0.27 | 0.90 | 0.23 | 41.69 | 0.82 | 0.43 |
| Hex | C5 | 8F | 14 | 0 | 1B | 5A | 17 | 2A | 52 | 2B |
| Octal | 305 | 217 | 24 | 0 | 33 | 132 | 27 | 52 | 122 | 53 |
| Binary | 11000101 | 10001111 | 10100 | 0 | 11011 | 1011010 | 10111 | 101010 | 1010010 | 101011 |
Color Harmonies of #C58F14
Complementary color
Monochromatic Colors of #C58F14
Black with #C58F14
Text Example
Text Example
White with #C58F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F14; }
p { color: rgb(197,143,20); }
H1.HeaderClassName
{
color: #C58F14;
}
.AnyTagClassName
{
color: #C58F14;
}
</style>
background-color css
<style>
a { background-color: #C58F14; }
a { background-color: rgb(197,143,20); }
div.DivClassName
{
background-color: #C58F14;
}
.BgClassName
{
background-color: #C58F14;
}
</style>
border-color css
<style>
span { border-color: #C58F14; }
span { border-color: rgb(197,143,20); }
td.TdClassName
{
border-color: #C58F14;
}
.TagClassName
{
border-color: #C58F14;
}
</style>