Shades of Dark Goldenrod #C98510
Tints of Dark Goldenrod #C98510
RGB
CMYK
RGB Variations
Color information
#C98510 (or 0xC98510) is known color: Dark Goldenrod. HEX triplet: C9, 85 and 10. RGB value is (201,133,16). Sum of RGB (Red+Green+Blue) = 201+133+16=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C98510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98510 is #367AEF. Grayscale: #8C8C8C. Windows color (decimal): -3570416 or 1082825. OLE color: 1082825.
HSL color Cylindrical-coordinate representation of color #C98510: hue angle of 37.95º 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 #C98510 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.21 |
| HSL | 37.95º | 0.85% | 0.43% | - |
| HSV(B) | 37.95º | 0.92% | 0.79% | - |
| XYZ | 32.57 | 29.23 | 4.42 | - |
| YUV | 139.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 16 | 0 | 0.34 | 0.92 | 0.21 | 37.95 | 0.85 | 0.43 |
| Hex | C9 | 85 | 10 | 0 | 22 | 5C | 15 | 26 | 55 | 2B |
| Octal | 311 | 205 | 20 | 0 | 42 | 134 | 25 | 46 | 125 | 53 |
| Binary | 11001001 | 10000101 | 10000 | 0 | 100010 | 1011100 | 10101 | 100110 | 1010101 | 101011 |
Color Harmonies of #C98510
Complementary color
Monochromatic Colors of #C98510
Black with #C98510
Text Example
Text Example
White with #C98510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98510; }
p { color: rgb(201,133,16); }
H1.HeaderClassName
{
color: #C98510;
}
.AnyTagClassName
{
color: #C98510;
}
</style>
background-color css
<style>
a { background-color: #C98510; }
a { background-color: rgb(201,133,16); }
div.DivClassName
{
background-color: #C98510;
}
.BgClassName
{
background-color: #C98510;
}
</style>
border-color css
<style>
span { border-color: #C98510; }
span { border-color: rgb(201,133,16); }
td.TdClassName
{
border-color: #C98510;
}
.TagClassName
{
border-color: #C98510;
}
</style>