Shades of Dark Goldenrod #C9850C
Tints of Dark Goldenrod #C9850C
RGB
CMYK
RGB Variations
Color information
#C9850C (or 0xC9850C) is known color: Dark Goldenrod. HEX triplet: C9, 85 and 0C. RGB value is (201,133,12). Sum of RGB (Red+Green+Blue) = 201+133+12=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9850C is #367AF3. Grayscale: #8C8C8C. Windows color (decimal): -3570420 or 820681. OLE color: 820681.
HSL color Cylindrical-coordinate representation of color #C9850C: hue angle of 38.41º 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 #C9850C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.21 |
| HSL | 38.41º | 0.89% | 0.42% | - |
| HSV(B) | 38.41º | 0.94% | 0.79% | - |
| XYZ | 32.54 | 29.22 | 4.27 | - |
| YUV | 139.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 12 | 0 | 0.34 | 0.94 | 0.21 | 38.41 | 0.89 | 0.42 |
| Hex | C9 | 85 | C | 0 | 22 | 5E | 15 | 26 | 59 | 2A |
| Octal | 311 | 205 | 14 | 0 | 42 | 136 | 25 | 46 | 131 | 52 |
| Binary | 11001001 | 10000101 | 1100 | 0 | 100010 | 1011110 | 10101 | 100110 | 1011001 | 101010 |
Color Harmonies of #C9850C
Complementary color
Monochromatic Colors of #C9850C
Black with #C9850C
Text Example
Text Example
White with #C9850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9850C; }
p { color: rgb(201,133,12); }
H1.HeaderClassName
{
color: #C9850C;
}
.AnyTagClassName
{
color: #C9850C;
}
</style>
background-color css
<style>
a { background-color: #C9850C; }
a { background-color: rgb(201,133,12); }
div.DivClassName
{
background-color: #C9850C;
}
.BgClassName
{
background-color: #C9850C;
}
</style>
border-color css
<style>
span { border-color: #C9850C; }
span { border-color: rgb(201,133,12); }
td.TdClassName
{
border-color: #C9850C;
}
.TagClassName
{
border-color: #C9850C;
}
</style>