Shades of Dark Goldenrod #C97601
Tints of Dark Goldenrod #C97601
RGB
CMYK
RGB Variations
Color information
#C97601 (or 0xC97601) is known color: Dark Goldenrod. HEX triplet: C9, 76 and 01. RGB value is (201,118,1). Sum of RGB (Red+Green+Blue) = 201+118+1=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C97601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97601 is #3689FE. Grayscale: #828282. Windows color (decimal): -3574271 or 95945. OLE color: 95945.
HSL color Cylindrical-coordinate representation of color #C97601: hue angle of 35.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C97601 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.21 |
| HSL | 35.1º | 0.99% | 0.4% | - |
| HSV(B) | 35.1º | 1% | 0.79% | - |
| XYZ | 30.57 | 25.38 | 3.32 | - |
| YUV | 129.48 | 55.5 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 1 | 0 | 0.41 | 1.00 | 0.21 | 35.1 | 0.99 | 0.4 |
| Hex | C9 | 76 | 1 | 0 | 29 | 64 | 15 | 23 | 63 | 28 |
| Octal | 311 | 166 | 1 | 0 | 51 | 144 | 25 | 43 | 143 | 50 |
| Binary | 11001001 | 1110110 | 1 | 0 | 101001 | 1100100 | 10101 | 100011 | 1100011 | 101000 |
Color Harmonies of #C97601
Complementary color
Monochromatic Colors of #C97601
Black with #C97601
Text Example
Text Example
White with #C97601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97601; }
p { color: rgb(201,118,1); }
H1.HeaderClassName
{
color: #C97601;
}
.AnyTagClassName
{
color: #C97601;
}
</style>
background-color css
<style>
a { background-color: #C97601; }
a { background-color: rgb(201,118,1); }
div.DivClassName
{
background-color: #C97601;
}
.BgClassName
{
background-color: #C97601;
}
</style>
border-color css
<style>
span { border-color: #C97601; }
span { border-color: rgb(201,118,1); }
td.TdClassName
{
border-color: #C97601;
}
.TagClassName
{
border-color: #C97601;
}
</style>