Shades of Dark Goldenrod #C97C0C
Tints of Dark Goldenrod #C97C0C
RGB
CMYK
RGB Variations
Color information
#C97C0C (or 0xC97C0C) is known color: Dark Goldenrod. HEX triplet: C9, 7C and 0C. RGB value is (201,124,12). Sum of RGB (Red+Green+Blue) = 201+124+12=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C0C is #3683F3. Grayscale: #868686. Windows color (decimal): -3572724 or 818377. OLE color: 818377.
HSL color Cylindrical-coordinate representation of color #C97C0C: hue angle of 35.56º 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 #C97C0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.21 |
| HSL | 35.56º | 0.89% | 0.42% | - |
| HSV(B) | 35.56º | 0.94% | 0.79% | - |
| XYZ | 31.36 | 26.86 | 3.88 | - |
| YUV | 134.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 12 | 0 | 0.38 | 0.94 | 0.21 | 35.56 | 0.89 | 0.42 |
| Hex | C9 | 7C | C | 0 | 26 | 5E | 15 | 24 | 59 | 2A |
| Octal | 311 | 174 | 14 | 0 | 46 | 136 | 25 | 44 | 131 | 52 |
| Binary | 11001001 | 1111100 | 1100 | 0 | 100110 | 1011110 | 10101 | 100100 | 1011001 | 101010 |
Color Harmonies of #C97C0C
Complementary color
Monochromatic Colors of #C97C0C
Black with #C97C0C
Text Example
Text Example
White with #C97C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C0C; }
p { color: rgb(201,124,12); }
H1.HeaderClassName
{
color: #C97C0C;
}
.AnyTagClassName
{
color: #C97C0C;
}
</style>
background-color css
<style>
a { background-color: #C97C0C; }
a { background-color: rgb(201,124,12); }
div.DivClassName
{
background-color: #C97C0C;
}
.BgClassName
{
background-color: #C97C0C;
}
</style>
border-color css
<style>
span { border-color: #C97C0C; }
span { border-color: rgb(201,124,12); }
td.TdClassName
{
border-color: #C97C0C;
}
.TagClassName
{
border-color: #C97C0C;
}
</style>