Shades of Dark Goldenrod #C97F0F
Tints of Dark Goldenrod #C97F0F
RGB
CMYK
RGB Variations
Color information
#C97F0F (or 0xC97F0F) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 0F. RGB value is (201,127,15). Sum of RGB (Red+Green+Blue) = 201+127+15=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F0F is #3680F0. Grayscale: #888888. Windows color (decimal): -3571953 or 1015753. OLE color: 1015753.
HSL color Cylindrical-coordinate representation of color #C97F0F: hue angle of 36.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C97F0F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 15 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.21 |
| HSL | 36.13º | 0.86% | 0.42% | - |
| HSV(B) | 36.13º | 0.93% | 0.79% | - |
| XYZ | 31.76 | 27.63 | 4.11 | - |
| YUV | 136.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 15 | 0 | 0.37 | 0.93 | 0.21 | 36.13 | 0.86 | 0.42 |
| Hex | C9 | 7F | F | 0 | 25 | 5D | 15 | 24 | 56 | 2A |
| Octal | 311 | 177 | 17 | 0 | 45 | 135 | 25 | 44 | 126 | 52 |
| Binary | 11001001 | 1111111 | 1111 | 0 | 100101 | 1011101 | 10101 | 100100 | 1010110 | 101010 |
Color Harmonies of #C97F0F
Complementary color
Monochromatic Colors of #C97F0F
Black with #C97F0F
Text Example
Text Example
White with #C97F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F0F; }
p { color: rgb(201,127,15); }
H1.HeaderClassName
{
color: #C97F0F;
}
.AnyTagClassName
{
color: #C97F0F;
}
</style>
background-color css
<style>
a { background-color: #C97F0F; }
a { background-color: rgb(201,127,15); }
div.DivClassName
{
background-color: #C97F0F;
}
.BgClassName
{
background-color: #C97F0F;
}
</style>
border-color css
<style>
span { border-color: #C97F0F; }
span { border-color: rgb(201,127,15); }
td.TdClassName
{
border-color: #C97F0F;
}
.TagClassName
{
border-color: #C97F0F;
}
</style>