Shades of Dark Goldenrod #C97602
Tints of Dark Goldenrod #C97602
RGB
CMYK
RGB Variations
Color information
#C97602 (or 0xC97602) is known color: Dark Goldenrod. HEX triplet: C9, 76 and 02. RGB value is (201,118,2). Sum of RGB (Red+Green+Blue) = 201+118+2=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97602 is #3689FD. Grayscale: #828282. Windows color (decimal): -3574270 or 161481. OLE color: 161481.
HSL color Cylindrical-coordinate representation of color #C97602: hue angle of 34.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C97602 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.21 |
| HSL | 34.97º | 0.98% | 0.4% | - |
| HSV(B) | 34.97º | 0.99% | 0.79% | - |
| XYZ | 30.58 | 25.38 | 3.34 | - |
| YUV | 129.59 | 56 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 2 | 0 | 0.41 | 0.99 | 0.21 | 34.97 | 0.98 | 0.4 |
| Hex | C9 | 76 | 2 | 0 | 29 | 63 | 15 | 23 | 62 | 28 |
| Octal | 311 | 166 | 2 | 0 | 51 | 143 | 25 | 43 | 142 | 50 |
| Binary | 11001001 | 1110110 | 10 | 0 | 101001 | 1100011 | 10101 | 100011 | 1100010 | 101000 |
Color Harmonies of #C97602
Complementary color
Monochromatic Colors of #C97602
Black with #C97602
Text Example
Text Example
White with #C97602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97602; }
p { color: rgb(201,118,2); }
H1.HeaderClassName
{
color: #C97602;
}
.AnyTagClassName
{
color: #C97602;
}
</style>
background-color css
<style>
a { background-color: #C97602; }
a { background-color: rgb(201,118,2); }
div.DivClassName
{
background-color: #C97602;
}
.BgClassName
{
background-color: #C97602;
}
</style>
border-color css
<style>
span { border-color: #C97602; }
span { border-color: rgb(201,118,2); }
td.TdClassName
{
border-color: #C97602;
}
.TagClassName
{
border-color: #C97602;
}
</style>