Shades of Dark Goldenrod #C97A07
Tints of Dark Goldenrod #C97A07
RGB
CMYK
RGB Variations
Color information
#C97A07 (or 0xC97A07) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 07. RGB value is (201,122,7). Sum of RGB (Red+Green+Blue) = 201+122+7=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A07 is #3685F8. Grayscale: #858585. Windows color (decimal): -3573241 or 490185. OLE color: 490185.
HSL color Cylindrical-coordinate representation of color #C97A07: hue angle of 35.57º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C97A07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.21 |
| HSL | 35.57º | 0.93% | 0.41% | - |
| HSV(B) | 35.57º | 0.97% | 0.79% | - |
| XYZ | 31.09 | 26.35 | 3.65 | - |
| YUV | 132.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 7 | 0 | 0.39 | 0.97 | 0.21 | 35.57 | 0.93 | 0.41 |
| Hex | C9 | 7A | 7 | 0 | 27 | 61 | 15 | 24 | 5D | 29 |
| Octal | 311 | 172 | 7 | 0 | 47 | 141 | 25 | 44 | 135 | 51 |
| Binary | 11001001 | 1111010 | 111 | 0 | 100111 | 1100001 | 10101 | 100100 | 1011101 | 101001 |
Color Harmonies of #C97A07
Complementary color
Monochromatic Colors of #C97A07
Black with #C97A07
Text Example
Text Example
White with #C97A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A07; }
p { color: rgb(201,122,7); }
H1.HeaderClassName
{
color: #C97A07;
}
.AnyTagClassName
{
color: #C97A07;
}
</style>
background-color css
<style>
a { background-color: #C97A07; }
a { background-color: rgb(201,122,7); }
div.DivClassName
{
background-color: #C97A07;
}
.BgClassName
{
background-color: #C97A07;
}
</style>
border-color css
<style>
span { border-color: #C97A07; }
span { border-color: rgb(201,122,7); }
td.TdClassName
{
border-color: #C97A07;
}
.TagClassName
{
border-color: #C97A07;
}
</style>