Shades of Dark Goldenrod #C97608
Tints of Dark Goldenrod #C97608
RGB
CMYK
RGB Variations
Color information
#C97608 (or 0xC97608) is known color: Dark Goldenrod. HEX triplet: C9, 76 and 08. RGB value is (201,118,8). Sum of RGB (Red+Green+Blue) = 201+118+8=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C97608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97608 is #3689F7. Grayscale: #828282. Windows color (decimal): -3574264 or 554697. OLE color: 554697.
HSL color Cylindrical-coordinate representation of color #C97608: hue angle of 34.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C97608 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.21 |
| HSL | 34.2º | 0.92% | 0.41% | - |
| HSV(B) | 34.2º | 0.96% | 0.79% | - |
| XYZ | 30.61 | 25.39 | 3.52 | - |
| YUV | 130.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 8 | 0 | 0.41 | 0.96 | 0.21 | 34.2 | 0.92 | 0.41 |
| Hex | C9 | 76 | 8 | 0 | 29 | 60 | 15 | 22 | 5C | 29 |
| Octal | 311 | 166 | 10 | 0 | 51 | 140 | 25 | 42 | 134 | 51 |
| Binary | 11001001 | 1110110 | 1000 | 0 | 101001 | 1100000 | 10101 | 100010 | 1011100 | 101001 |
Color Harmonies of #C97608
Complementary color
Monochromatic Colors of #C97608
Black with #C97608
Text Example
Text Example
White with #C97608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97608; }
p { color: rgb(201,118,8); }
H1.HeaderClassName
{
color: #C97608;
}
.AnyTagClassName
{
color: #C97608;
}
</style>
background-color css
<style>
a { background-color: #C97608; }
a { background-color: rgb(201,118,8); }
div.DivClassName
{
background-color: #C97608;
}
.BgClassName
{
background-color: #C97608;
}
</style>
border-color css
<style>
span { border-color: #C97608; }
span { border-color: rgb(201,118,8); }
td.TdClassName
{
border-color: #C97608;
}
.TagClassName
{
border-color: #C97608;
}
</style>