Shades of Dark Goldenrod #C98616
Tints of Dark Goldenrod #C98616
RGB
CMYK
RGB Variations
Color information
#C98616 (or 0xC98616) is known color: Dark Goldenrod. HEX triplet: C9, 86 and 16. RGB value is (201,134,22). Sum of RGB (Red+Green+Blue) = 201+134+22=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C98616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98616 is #3679E9. Grayscale: #8D8D8D. Windows color (decimal): -3570154 or 1476297. OLE color: 1476297.
HSL color Cylindrical-coordinate representation of color #C98616: hue angle of 37.54º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98616 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.21 |
| HSL | 37.54º | 0.8% | 0.44% | - |
| HSV(B) | 37.54º | 0.89% | 0.79% | - |
| XYZ | 32.76 | 29.53 | 4.73 | - |
| YUV | 141.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 22 | 0 | 0.33 | 0.89 | 0.21 | 37.54 | 0.8 | 0.44 |
| Hex | C9 | 86 | 16 | 0 | 21 | 59 | 15 | 26 | 50 | 2C |
| Octal | 311 | 206 | 26 | 0 | 41 | 131 | 25 | 46 | 120 | 54 |
| Binary | 11001001 | 10000110 | 10110 | 0 | 100001 | 1011001 | 10101 | 100110 | 1010000 | 101100 |
Color Harmonies of #C98616
Complementary color
Monochromatic Colors of #C98616
Black with #C98616
Text Example
Text Example
White with #C98616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98616; }
p { color: rgb(201,134,22); }
H1.HeaderClassName
{
color: #C98616;
}
.AnyTagClassName
{
color: #C98616;
}
</style>
background-color css
<style>
a { background-color: #C98616; }
a { background-color: rgb(201,134,22); }
div.DivClassName
{
background-color: #C98616;
}
.BgClassName
{
background-color: #C98616;
}
</style>
border-color css
<style>
span { border-color: #C98616; }
span { border-color: rgb(201,134,22); }
td.TdClassName
{
border-color: #C98616;
}
.TagClassName
{
border-color: #C98616;
}
</style>