Shades of Dark Goldenrod #C77706
Tints of Dark Goldenrod #C77706
RGB
CMYK
RGB Variations
Color information
#C77706 (or 0xC77706) is known color: Dark Goldenrod. HEX triplet: C7, 77 and 06. RGB value is (199,119,6). Sum of RGB (Red+Green+Blue) = 199+119+6=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C77706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77706 is #3888F9. Grayscale: #828282. Windows color (decimal): -3705082 or 423879. OLE color: 423879.
HSL color Cylindrical-coordinate representation of color #C77706: hue angle of 35.13º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C77706 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.22 |
| HSL | 35.13º | 0.94% | 0.4% | - |
| HSV(B) | 35.13º | 0.97% | 0.78% | - |
| XYZ | 30.18 | 25.35 | 3.47 | - |
| YUV | 130.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 6 | 0 | 0.40 | 0.97 | 0.22 | 35.13 | 0.94 | 0.4 |
| Hex | C7 | 77 | 6 | 0 | 28 | 61 | 16 | 23 | 5E | 28 |
| Octal | 307 | 167 | 6 | 0 | 50 | 141 | 26 | 43 | 136 | 50 |
| Binary | 11000111 | 1110111 | 110 | 0 | 101000 | 1100001 | 10110 | 100011 | 1011110 | 101000 |
Color Harmonies of #C77706
Complementary color
Monochromatic Colors of #C77706
Black with #C77706
Text Example
Text Example
White with #C77706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77706; }
p { color: rgb(199,119,6); }
H1.HeaderClassName
{
color: #C77706;
}
.AnyTagClassName
{
color: #C77706;
}
</style>
background-color css
<style>
a { background-color: #C77706; }
a { background-color: rgb(199,119,6); }
div.DivClassName
{
background-color: #C77706;
}
.BgClassName
{
background-color: #C77706;
}
</style>
border-color css
<style>
span { border-color: #C77706; }
span { border-color: rgb(199,119,6); }
td.TdClassName
{
border-color: #C77706;
}
.TagClassName
{
border-color: #C77706;
}
</style>