Shades of Dark Goldenrod #C97600
Tints of Dark Goldenrod #C97600
RGB
CMYK
RGB Variations
Color information
#C97600 (or 0xC97600) is known color: Dark Goldenrod. HEX triplet: C9, 76 and 00. RGB value is (201,118,0). Sum of RGB (Red+Green+Blue) = 201+118+0=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C97600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97600 is #3689FF. Grayscale: #818181. Windows color (decimal): -3574272 or 30409. OLE color: 30409.
HSL color Cylindrical-coordinate representation of color #C97600: hue angle of 35.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C97600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.21 |
| HSL | 35.22º | 1% | 0.39% | - |
| HSV(B) | 35.22º | 1% | 0.79% | - |
| XYZ | 30.57 | 25.37 | 3.29 | - |
| YUV | 129.37 | 55 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 0 | 0 | 0.41 | 1 | 0.21 | 35.22 | 1 | 0.39 |
| Hex | C9 | 76 | 0 | 0 | 29 | 64 | 15 | 23 | 64 | 27 |
| Octal | 311 | 166 | 0 | 0 | 51 | 144 | 25 | 43 | 144 | 47 |
| Binary | 11001001 | 1110110 | 0 | 0 | 101001 | 1100100 | 10101 | 100011 | 1100100 | 100111 |
Color Harmonies of #C97600
Complementary color
Monochromatic Colors of #C97600
Black with #C97600
Text Example
Text Example
White with #C97600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97600; }
p { color: rgb(201,118,0); }
H1.HeaderClassName
{
color: #C97600;
}
.AnyTagClassName
{
color: #C97600;
}
</style>
background-color css
<style>
a { background-color: #C97600; }
a { background-color: rgb(201,118,0); }
div.DivClassName
{
background-color: #C97600;
}
.BgClassName
{
background-color: #C97600;
}
</style>
border-color css
<style>
span { border-color: #C97600; }
span { border-color: rgb(201,118,0); }
td.TdClassName
{
border-color: #C97600;
}
.TagClassName
{
border-color: #C97600;
}
</style>