Shades of Dark Goldenrod #C98906
Tints of Dark Goldenrod #C98906
RGB
CMYK
RGB Variations
Color information
#C98906 (or 0xC98906) is known color: Dark Goldenrod. HEX triplet: C9, 89 and 06. RGB value is (201,137,6). Sum of RGB (Red+Green+Blue) = 201+137+6=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C98906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98906 is #3676F9. Grayscale: #8D8D8D. Windows color (decimal): -3569402 or 428489. OLE color: 428489.
HSL color Cylindrical-coordinate representation of color #C98906: hue angle of 40.31º 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 #C98906 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.21 |
| HSL | 40.31º | 0.94% | 0.41% | - |
| HSV(B) | 40.31º | 0.97% | 0.79% | - |
| XYZ | 33.07 | 30.32 | 4.28 | - |
| YUV | 141.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 6 | 0 | 0.32 | 0.97 | 0.21 | 40.31 | 0.94 | 0.41 |
| Hex | C9 | 89 | 6 | 0 | 20 | 61 | 15 | 28 | 5E | 29 |
| Octal | 311 | 211 | 6 | 0 | 40 | 141 | 25 | 50 | 136 | 51 |
| Binary | 11001001 | 10001001 | 110 | 0 | 100000 | 1100001 | 10101 | 101000 | 1011110 | 101001 |
Color Harmonies of #C98906
Complementary color
Monochromatic Colors of #C98906
Black with #C98906
Text Example
Text Example
White with #C98906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98906; }
p { color: rgb(201,137,6); }
H1.HeaderClassName
{
color: #C98906;
}
.AnyTagClassName
{
color: #C98906;
}
</style>
background-color css
<style>
a { background-color: #C98906; }
a { background-color: rgb(201,137,6); }
div.DivClassName
{
background-color: #C98906;
}
.BgClassName
{
background-color: #C98906;
}
</style>
border-color css
<style>
span { border-color: #C98906; }
span { border-color: rgb(201,137,6); }
td.TdClassName
{
border-color: #C98906;
}
.TagClassName
{
border-color: #C98906;
}
</style>