Shades of Dark Goldenrod #C97E04
Tints of Dark Goldenrod #C97E04
RGB
CMYK
RGB Variations
Color information
#C97E04 (or 0xC97E04) is known color: Dark Goldenrod. HEX triplet: C9, 7E and 04. RGB value is (201,126,4). Sum of RGB (Red+Green+Blue) = 201+126+4=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E04 is #3681FB. Grayscale: #878787. Windows color (decimal): -3572220 or 294601. OLE color: 294601.
HSL color Cylindrical-coordinate representation of color #C97E04: hue angle of 37.16º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97E04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.21 |
| HSL | 37.16º | 0.96% | 0.4% | - |
| HSV(B) | 37.16º | 0.98% | 0.79% | - |
| XYZ | 31.57 | 27.35 | 3.73 | - |
| YUV | 134.52 | 54.35 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 4 | 0 | 0.37 | 0.98 | 0.21 | 37.16 | 0.96 | 0.4 |
| Hex | C9 | 7E | 4 | 0 | 25 | 62 | 15 | 25 | 60 | 28 |
| Octal | 311 | 176 | 4 | 0 | 45 | 142 | 25 | 45 | 140 | 50 |
| Binary | 11001001 | 1111110 | 100 | 0 | 100101 | 1100010 | 10101 | 100101 | 1100000 | 101000 |
Color Harmonies of #C97E04
Complementary color
Monochromatic Colors of #C97E04
Black with #C97E04
Text Example
Text Example
White with #C97E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E04; }
p { color: rgb(201,126,4); }
H1.HeaderClassName
{
color: #C97E04;
}
.AnyTagClassName
{
color: #C97E04;
}
</style>
background-color css
<style>
a { background-color: #C97E04; }
a { background-color: rgb(201,126,4); }
div.DivClassName
{
background-color: #C97E04;
}
.BgClassName
{
background-color: #C97E04;
}
</style>
border-color css
<style>
span { border-color: #C97E04; }
span { border-color: rgb(201,126,4); }
td.TdClassName
{
border-color: #C97E04;
}
.TagClassName
{
border-color: #C97E04;
}
</style>