Shades of Dark Goldenrod #C97400
Tints of Dark Goldenrod #C97400
RGB
CMYK
RGB Variations
Color information
#C97400 (or 0xC97400) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 00. RGB value is (201,116,0). Sum of RGB (Red+Green+Blue) = 201+116+0=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C97400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97400 is #368BFF. Grayscale: #808080. Windows color (decimal): -3574784 or 29897. OLE color: 29897.
HSL color Cylindrical-coordinate representation of color #C97400: hue angle of 34.63º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C97400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.21 |
| HSL | 34.63º | 1% | 0.39% | - |
| HSV(B) | 34.63º | 1% | 0.79% | - |
| XYZ | 30.33 | 24.91 | 3.21 | - |
| YUV | 128.19 | 55.66 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 0 | 0 | 0.42 | 1 | 0.21 | 34.63 | 1 | 0.39 |
| Hex | C9 | 74 | 0 | 0 | 2A | 64 | 15 | 23 | 64 | 27 |
| Octal | 311 | 164 | 0 | 0 | 52 | 144 | 25 | 43 | 144 | 47 |
| Binary | 11001001 | 1110100 | 0 | 0 | 101010 | 1100100 | 10101 | 100011 | 1100100 | 100111 |
Color Harmonies of #C97400
Complementary color
Monochromatic Colors of #C97400
Black with #C97400
Text Example
Text Example
White with #C97400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97400; }
p { color: rgb(201,116,0); }
H1.HeaderClassName
{
color: #C97400;
}
.AnyTagClassName
{
color: #C97400;
}
</style>
background-color css
<style>
a { background-color: #C97400; }
a { background-color: rgb(201,116,0); }
div.DivClassName
{
background-color: #C97400;
}
.BgClassName
{
background-color: #C97400;
}
</style>
border-color css
<style>
span { border-color: #C97400; }
span { border-color: rgb(201,116,0); }
td.TdClassName
{
border-color: #C97400;
}
.TagClassName
{
border-color: #C97400;
}
</style>