Shades of Dark Goldenrod #C97F07
Tints of Dark Goldenrod #C97F07
RGB
CMYK
RGB Variations
Color information
#C97F07 (or 0xC97F07) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 07. RGB value is (201,127,7). Sum of RGB (Red+Green+Blue) = 201+127+7=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F07 is #3680F8. Grayscale: #888888. Windows color (decimal): -3571961 or 491465. OLE color: 491465.
HSL color Cylindrical-coordinate representation of color #C97F07: hue angle of 37.11º 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 #C97F07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.21 |
| HSL | 37.11º | 0.93% | 0.41% | - |
| HSV(B) | 37.11º | 0.97% | 0.79% | - |
| XYZ | 31.72 | 27.61 | 3.86 | - |
| YUV | 135.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 7 | 0 | 0.37 | 0.97 | 0.21 | 37.11 | 0.93 | 0.41 |
| Hex | C9 | 7F | 7 | 0 | 25 | 61 | 15 | 25 | 5D | 29 |
| Octal | 311 | 177 | 7 | 0 | 45 | 141 | 25 | 45 | 135 | 51 |
| Binary | 11001001 | 1111111 | 111 | 0 | 100101 | 1100001 | 10101 | 100101 | 1011101 | 101001 |
Color Harmonies of #C97F07
Complementary color
Monochromatic Colors of #C97F07
Black with #C97F07
Text Example
Text Example
White with #C97F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F07; }
p { color: rgb(201,127,7); }
H1.HeaderClassName
{
color: #C97F07;
}
.AnyTagClassName
{
color: #C97F07;
}
</style>
background-color css
<style>
a { background-color: #C97F07; }
a { background-color: rgb(201,127,7); }
div.DivClassName
{
background-color: #C97F07;
}
.BgClassName
{
background-color: #C97F07;
}
</style>
border-color css
<style>
span { border-color: #C97F07; }
span { border-color: rgb(201,127,7); }
td.TdClassName
{
border-color: #C97F07;
}
.TagClassName
{
border-color: #C97F07;
}
</style>