Shades of Dark Goldenrod #C9820C
Tints of Dark Goldenrod #C9820C
RGB
CMYK
RGB Variations
Color information
#C9820C (or 0xC9820C) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 0C. RGB value is (201,130,12). Sum of RGB (Red+Green+Blue) = 201+130+12=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9820C is #367DF3. Grayscale: #8A8A8A. Windows color (decimal): -3571188 or 819913. OLE color: 819913.
HSL color Cylindrical-coordinate representation of color #C9820C: hue angle of 37.46º 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 #C9820C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.21 |
| HSL | 37.46º | 0.89% | 0.42% | - |
| HSV(B) | 37.46º | 0.94% | 0.79% | - |
| XYZ | 32.14 | 28.41 | 4.14 | - |
| YUV | 137.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 12 | 0 | 0.35 | 0.94 | 0.21 | 37.46 | 0.89 | 0.42 |
| Hex | C9 | 82 | C | 0 | 23 | 5E | 15 | 25 | 59 | 2A |
| Octal | 311 | 202 | 14 | 0 | 43 | 136 | 25 | 45 | 131 | 52 |
| Binary | 11001001 | 10000010 | 1100 | 0 | 100011 | 1011110 | 10101 | 100101 | 1011001 | 101010 |
Color Harmonies of #C9820C
Complementary color
Monochromatic Colors of #C9820C
Black with #C9820C
Text Example
Text Example
White with #C9820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9820C; }
p { color: rgb(201,130,12); }
H1.HeaderClassName
{
color: #C9820C;
}
.AnyTagClassName
{
color: #C9820C;
}
</style>
background-color css
<style>
a { background-color: #C9820C; }
a { background-color: rgb(201,130,12); }
div.DivClassName
{
background-color: #C9820C;
}
.BgClassName
{
background-color: #C9820C;
}
</style>
border-color css
<style>
span { border-color: #C9820C; }
span { border-color: rgb(201,130,12); }
td.TdClassName
{
border-color: #C9820C;
}
.TagClassName
{
border-color: #C9820C;
}
</style>