Shades of Dark Goldenrod #C99706
Tints of Dark Goldenrod #C99706
RGB
CMYK
RGB Variations
Color information
#C99706 (or 0xC99706) is known color: Dark Goldenrod. HEX triplet: C9, 97 and 06. RGB value is (201,151,6). Sum of RGB (Red+Green+Blue) = 201+151+6=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C99706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99706 is #3668F9. Grayscale: #969696. Windows color (decimal): -3565818 or 432073. OLE color: 432073.
HSL color Cylindrical-coordinate representation of color #C99706: hue angle of 44.62º 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 #C99706 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.21 |
| HSL | 44.62º | 0.94% | 0.41% | - |
| HSV(B) | 44.62º | 0.97% | 0.79% | - |
| XYZ | 35.19 | 34.56 | 4.99 | - |
| YUV | 149.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 6 | 0 | 0.25 | 0.97 | 0.21 | 44.62 | 0.94 | 0.41 |
| Hex | C9 | 97 | 6 | 0 | 19 | 61 | 15 | 2D | 5E | 29 |
| Octal | 311 | 227 | 6 | 0 | 31 | 141 | 25 | 55 | 136 | 51 |
| Binary | 11001001 | 10010111 | 110 | 0 | 11001 | 1100001 | 10101 | 101101 | 1011110 | 101001 |
Color Harmonies of #C99706
Complementary color
Monochromatic Colors of #C99706
Black with #C99706
Text Example
Text Example
White with #C99706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99706; }
p { color: rgb(201,151,6); }
H1.HeaderClassName
{
color: #C99706;
}
.AnyTagClassName
{
color: #C99706;
}
</style>
background-color css
<style>
a { background-color: #C99706; }
a { background-color: rgb(201,151,6); }
div.DivClassName
{
background-color: #C99706;
}
.BgClassName
{
background-color: #C99706;
}
</style>
border-color css
<style>
span { border-color: #C99706; }
span { border-color: rgb(201,151,6); }
td.TdClassName
{
border-color: #C99706;
}
.TagClassName
{
border-color: #C99706;
}
</style>