Shades of Dark Goldenrod #C98306
Tints of Dark Goldenrod #C98306
RGB
CMYK
RGB Variations
Color information
#C98306 (or 0xC98306) is known color: Dark Goldenrod. HEX triplet: C9, 83 and 06. RGB value is (201,131,6). Sum of RGB (Red+Green+Blue) = 201+131+6=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C98306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98306 is #367CF9. Grayscale: #8A8A8A. Windows color (decimal): -3570938 or 426953. OLE color: 426953.
HSL color Cylindrical-coordinate representation of color #C98306: hue angle of 38.46º degrees, saturation: 0.94, 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 #C98306 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.21 |
| HSL | 38.46º | 0.94% | 0.41% | - |
| HSV(B) | 38.46º | 0.97% | 0.79% | - |
| XYZ | 32.24 | 28.66 | 4.01 | - |
| YUV | 137.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 6 | 0 | 0.35 | 0.97 | 0.21 | 38.46 | 0.94 | 0.41 |
| Hex | C9 | 83 | 6 | 0 | 23 | 61 | 15 | 26 | 5E | 29 |
| Octal | 311 | 203 | 6 | 0 | 43 | 141 | 25 | 46 | 136 | 51 |
| Binary | 11001001 | 10000011 | 110 | 0 | 100011 | 1100001 | 10101 | 100110 | 1011110 | 101001 |
Color Harmonies of #C98306
Complementary color
Monochromatic Colors of #C98306
Black with #C98306
Text Example
Text Example
White with #C98306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98306; }
p { color: rgb(201,131,6); }
H1.HeaderClassName
{
color: #C98306;
}
.AnyTagClassName
{
color: #C98306;
}
</style>
background-color css
<style>
a { background-color: #C98306; }
a { background-color: rgb(201,131,6); }
div.DivClassName
{
background-color: #C98306;
}
.BgClassName
{
background-color: #C98306;
}
</style>
border-color css
<style>
span { border-color: #C98306; }
span { border-color: rgb(201,131,6); }
td.TdClassName
{
border-color: #C98306;
}
.TagClassName
{
border-color: #C98306;
}
</style>