Shades of Dark Goldenrod #C98110
Tints of Dark Goldenrod #C98110
RGB
CMYK
RGB Variations
Color information
#C98110 (or 0xC98110) is known color: Dark Goldenrod. HEX triplet: C9, 81 and 10. RGB value is (201,129,16). Sum of RGB (Red+Green+Blue) = 201+129+16=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C98110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98110 is #367EEF. Grayscale: #8A8A8A. Windows color (decimal): -3571440 or 1081801. OLE color: 1081801.
HSL color Cylindrical-coordinate representation of color #C98110: hue angle of 36.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C98110 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 16 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.21 |
| HSL | 36.65º | 0.85% | 0.43% | - |
| HSV(B) | 36.65º | 0.92% | 0.79% | - |
| XYZ | 32.03 | 28.16 | 4.24 | - |
| YUV | 137.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 16 | 0 | 0.36 | 0.92 | 0.21 | 36.65 | 0.85 | 0.43 |
| Hex | C9 | 81 | 10 | 0 | 24 | 5C | 15 | 25 | 55 | 2B |
| Octal | 311 | 201 | 20 | 0 | 44 | 134 | 25 | 45 | 125 | 53 |
| Binary | 11001001 | 10000001 | 10000 | 0 | 100100 | 1011100 | 10101 | 100101 | 1010101 | 101011 |
Color Harmonies of #C98110
Complementary color
Monochromatic Colors of #C98110
Black with #C98110
Text Example
Text Example
White with #C98110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98110; }
p { color: rgb(201,129,16); }
H1.HeaderClassName
{
color: #C98110;
}
.AnyTagClassName
{
color: #C98110;
}
</style>
background-color css
<style>
a { background-color: #C98110; }
a { background-color: rgb(201,129,16); }
div.DivClassName
{
background-color: #C98110;
}
.BgClassName
{
background-color: #C98110;
}
</style>
border-color css
<style>
span { border-color: #C98110; }
span { border-color: rgb(201,129,16); }
td.TdClassName
{
border-color: #C98110;
}
.TagClassName
{
border-color: #C98110;
}
</style>