Shades of Dark Goldenrod #C58B16
Tints of Dark Goldenrod #C58B16
RGB
CMYK
RGB Variations
Color information
#C58B16 (or 0xC58B16) is known color: Dark Goldenrod. HEX triplet: C5, 8B and 16. RGB value is (197,139,22). Sum of RGB (Red+Green+Blue) = 197+139+22=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58B16 is #3A74E9. Grayscale: #8F8F8F. Windows color (decimal): -3831018 or 1477573. OLE color: 1477573.
HSL color Cylindrical-coordinate representation of color #C58B16: hue angle of 40.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58B16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.23 |
| HSL | 40.11º | 0.8% | 0.43% | - |
| HSV(B) | 40.11º | 0.89% | 0.77% | - |
| XYZ | 32.4 | 30.39 | 4.92 | - |
| YUV | 143 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 22 | 0 | 0.29 | 0.89 | 0.23 | 40.11 | 0.8 | 0.43 |
| Hex | C5 | 8B | 16 | 0 | 1D | 59 | 17 | 28 | 50 | 2B |
| Octal | 305 | 213 | 26 | 0 | 35 | 131 | 27 | 50 | 120 | 53 |
| Binary | 11000101 | 10001011 | 10110 | 0 | 11101 | 1011001 | 10111 | 101000 | 1010000 | 101011 |
Color Harmonies of #C58B16
Complementary color
Monochromatic Colors of #C58B16
Black with #C58B16
Text Example
Text Example
White with #C58B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B16; }
p { color: rgb(197,139,22); }
H1.HeaderClassName
{
color: #C58B16;
}
.AnyTagClassName
{
color: #C58B16;
}
</style>
background-color css
<style>
a { background-color: #C58B16; }
a { background-color: rgb(197,139,22); }
div.DivClassName
{
background-color: #C58B16;
}
.BgClassName
{
background-color: #C58B16;
}
</style>
border-color css
<style>
span { border-color: #C58B16; }
span { border-color: rgb(197,139,22); }
td.TdClassName
{
border-color: #C58B16;
}
.TagClassName
{
border-color: #C58B16;
}
</style>