Shades of Dark Goldenrod #C98407
Tints of Dark Goldenrod #C98407
RGB
CMYK
RGB Variations
Color information
#C98407 (or 0xC98407) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 07. RGB value is (201,132,7). Sum of RGB (Red+Green+Blue) = 201+132+7=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C98407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98407 is #367BF8. Grayscale: #8A8A8A. Windows color (decimal): -3570681 or 492745. OLE color: 492745.
HSL color Cylindrical-coordinate representation of color #C98407: hue angle of 38.66º 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 #C98407 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.21 |
| HSL | 38.66º | 0.93% | 0.41% | - |
| HSV(B) | 38.66º | 0.97% | 0.79% | - |
| XYZ | 32.38 | 28.94 | 4.08 | - |
| YUV | 138.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 7 | 0 | 0.34 | 0.97 | 0.21 | 38.66 | 0.93 | 0.41 |
| Hex | C9 | 84 | 7 | 0 | 22 | 61 | 15 | 27 | 5D | 29 |
| Octal | 311 | 204 | 7 | 0 | 42 | 141 | 25 | 47 | 135 | 51 |
| Binary | 11001001 | 10000100 | 111 | 0 | 100010 | 1100001 | 10101 | 100111 | 1011101 | 101001 |
Color Harmonies of #C98407
Complementary color
Monochromatic Colors of #C98407
Black with #C98407
Text Example
Text Example
White with #C98407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98407; }
p { color: rgb(201,132,7); }
H1.HeaderClassName
{
color: #C98407;
}
.AnyTagClassName
{
color: #C98407;
}
</style>
background-color css
<style>
a { background-color: #C98407; }
a { background-color: rgb(201,132,7); }
div.DivClassName
{
background-color: #C98407;
}
.BgClassName
{
background-color: #C98407;
}
</style>
border-color css
<style>
span { border-color: #C98407; }
span { border-color: rgb(201,132,7); }
td.TdClassName
{
border-color: #C98407;
}
.TagClassName
{
border-color: #C98407;
}
</style>