Shades of Dark Goldenrod #C9810C
Tints of Dark Goldenrod #C9810C
RGB
CMYK
RGB Variations
Color information
#C9810C (or 0xC9810C) is known color: Dark Goldenrod. HEX triplet: C9, 81 and 0C. RGB value is (201,129,12). Sum of RGB (Red+Green+Blue) = 201+129+12=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9810C is #367EF3. Grayscale: #898989. Windows color (decimal): -3571444 or 819657. OLE color: 819657.
HSL color Cylindrical-coordinate representation of color #C9810C: hue angle of 37.14º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9810C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.21 |
| HSL | 37.14º | 0.89% | 0.42% | - |
| HSV(B) | 37.14º | 0.94% | 0.79% | - |
| XYZ | 32 | 28.14 | 4.09 | - |
| YUV | 137.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 12 | 0 | 0.36 | 0.94 | 0.21 | 37.14 | 0.89 | 0.42 |
| Hex | C9 | 81 | C | 0 | 24 | 5E | 15 | 25 | 59 | 2A |
| Octal | 311 | 201 | 14 | 0 | 44 | 136 | 25 | 45 | 131 | 52 |
| Binary | 11001001 | 10000001 | 1100 | 0 | 100100 | 1011110 | 10101 | 100101 | 1011001 | 101010 |
Color Harmonies of #C9810C
Complementary color
Monochromatic Colors of #C9810C
Black with #C9810C
Text Example
Text Example
White with #C9810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9810C; }
p { color: rgb(201,129,12); }
H1.HeaderClassName
{
color: #C9810C;
}
.AnyTagClassName
{
color: #C9810C;
}
</style>
background-color css
<style>
a { background-color: #C9810C; }
a { background-color: rgb(201,129,12); }
div.DivClassName
{
background-color: #C9810C;
}
.BgClassName
{
background-color: #C9810C;
}
</style>
border-color css
<style>
span { border-color: #C9810C; }
span { border-color: rgb(201,129,12); }
td.TdClassName
{
border-color: #C9810C;
}
.TagClassName
{
border-color: #C9810C;
}
</style>