Shades of Dark Goldenrod #C97804
Tints of Dark Goldenrod #C97804
RGB
CMYK
RGB Variations
Color information
#C97804 (or 0xC97804) is known color: Dark Goldenrod. HEX triplet: C9, 78 and 04. RGB value is (201,120,4). Sum of RGB (Red+Green+Blue) = 201+120+4=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97804 is #3687FB. Grayscale: #838383. Windows color (decimal): -3573756 or 293065. OLE color: 293065.
HSL color Cylindrical-coordinate representation of color #C97804: hue angle of 35.33º 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 #C97804 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.21 |
| HSL | 35.33º | 0.96% | 0.4% | - |
| HSV(B) | 35.33º | 0.98% | 0.79% | - |
| XYZ | 30.83 | 25.86 | 3.48 | - |
| YUV | 131 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 4 | 0 | 0.40 | 0.98 | 0.21 | 35.33 | 0.96 | 0.4 |
| Hex | C9 | 78 | 4 | 0 | 28 | 62 | 15 | 23 | 60 | 28 |
| Octal | 311 | 170 | 4 | 0 | 50 | 142 | 25 | 43 | 140 | 50 |
| Binary | 11001001 | 1111000 | 100 | 0 | 101000 | 1100010 | 10101 | 100011 | 1100000 | 101000 |
Color Harmonies of #C97804
Complementary color
Monochromatic Colors of #C97804
Black with #C97804
Text Example
Text Example
White with #C97804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97804; }
p { color: rgb(201,120,4); }
H1.HeaderClassName
{
color: #C97804;
}
.AnyTagClassName
{
color: #C97804;
}
</style>
background-color css
<style>
a { background-color: #C97804; }
a { background-color: rgb(201,120,4); }
div.DivClassName
{
background-color: #C97804;
}
.BgClassName
{
background-color: #C97804;
}
</style>
border-color css
<style>
span { border-color: #C97804; }
span { border-color: rgb(201,120,4); }
td.TdClassName
{
border-color: #C97804;
}
.TagClassName
{
border-color: #C97804;
}
</style>