Shades of Dark Goldenrod #C9840C
Tints of Dark Goldenrod #C9840C
RGB
CMYK
RGB Variations
Color information
#C9840C (or 0xC9840C) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 0C. RGB value is (201,132,12). Sum of RGB (Red+Green+Blue) = 201+132+12=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9840C is #367BF3. Grayscale: #8B8B8B. Windows color (decimal): -3570676 or 820425. OLE color: 820425.
HSL color Cylindrical-coordinate representation of color #C9840C: hue angle of 38.1º 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 #C9840C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.21 |
| HSL | 38.1º | 0.89% | 0.42% | - |
| HSV(B) | 38.1º | 0.94% | 0.79% | - |
| XYZ | 32.41 | 28.95 | 4.23 | - |
| YUV | 138.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 12 | 0 | 0.34 | 0.94 | 0.21 | 38.1 | 0.89 | 0.42 |
| Hex | C9 | 84 | C | 0 | 22 | 5E | 15 | 26 | 59 | 2A |
| Octal | 311 | 204 | 14 | 0 | 42 | 136 | 25 | 46 | 131 | 52 |
| Binary | 11001001 | 10000100 | 1100 | 0 | 100010 | 1011110 | 10101 | 100110 | 1011001 | 101010 |
Color Harmonies of #C9840C
Complementary color
Monochromatic Colors of #C9840C
Black with #C9840C
Text Example
Text Example
White with #C9840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9840C; }
p { color: rgb(201,132,12); }
H1.HeaderClassName
{
color: #C9840C;
}
.AnyTagClassName
{
color: #C9840C;
}
</style>
background-color css
<style>
a { background-color: #C9840C; }
a { background-color: rgb(201,132,12); }
div.DivClassName
{
background-color: #C9840C;
}
.BgClassName
{
background-color: #C9840C;
}
</style>
border-color css
<style>
span { border-color: #C9840C; }
span { border-color: rgb(201,132,12); }
td.TdClassName
{
border-color: #C9840C;
}
.TagClassName
{
border-color: #C9840C;
}
</style>