Shades of Dark Goldenrod #C77605
Tints of Dark Goldenrod #C77605
RGB
CMYK
RGB Variations
Color information
#C77605 (or 0xC77605) is known color: Dark Goldenrod. HEX triplet: C7, 76 and 05. RGB value is (199,118,5). Sum of RGB (Red+Green+Blue) = 199+118+5=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C77605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77605 is #3889FA. Grayscale: #818181. Windows color (decimal): -3705339 or 358087. OLE color: 358087.
HSL color Cylindrical-coordinate representation of color #C77605: hue angle of 34.95º degrees, saturation: 0.95, 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 #C77605 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.22 |
| HSL | 34.95º | 0.95% | 0.4% | - |
| HSV(B) | 34.95º | 0.97% | 0.78% | - |
| XYZ | 30.06 | 25.11 | 3.41 | - |
| YUV | 129.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 5 | 0 | 0.41 | 0.97 | 0.22 | 34.95 | 0.95 | 0.4 |
| Hex | C7 | 76 | 5 | 0 | 29 | 61 | 16 | 23 | 5F | 28 |
| Octal | 307 | 166 | 5 | 0 | 51 | 141 | 26 | 43 | 137 | 50 |
| Binary | 11000111 | 1110110 | 101 | 0 | 101001 | 1100001 | 10110 | 100011 | 1011111 | 101000 |
Color Harmonies of #C77605
Complementary color
Monochromatic Colors of #C77605
Black with #C77605
Text Example
Text Example
White with #C77605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77605; }
p { color: rgb(199,118,5); }
H1.HeaderClassName
{
color: #C77605;
}
.AnyTagClassName
{
color: #C77605;
}
</style>
background-color css
<style>
a { background-color: #C77605; }
a { background-color: rgb(199,118,5); }
div.DivClassName
{
background-color: #C77605;
}
.BgClassName
{
background-color: #C77605;
}
</style>
border-color css
<style>
span { border-color: #C77605; }
span { border-color: rgb(199,118,5); }
td.TdClassName
{
border-color: #C77605;
}
.TagClassName
{
border-color: #C77605;
}
</style>