Shades of Dark Goldenrod #C77705
Tints of Dark Goldenrod #C77705
RGB
CMYK
RGB Variations
Color information
#C77705 (or 0xC77705) is known color: Dark Goldenrod. HEX triplet: C7, 77 and 05. RGB value is (199,119,5). Sum of RGB (Red+Green+Blue) = 199+119+5=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C77705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77705 is #3888FA. Grayscale: #828282. Windows color (decimal): -3705083 or 358343. OLE color: 358343.
HSL color Cylindrical-coordinate representation of color #C77705: hue angle of 35.26º 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 #C77705 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.22 |
| HSL | 35.26º | 0.95% | 0.4% | - |
| HSV(B) | 35.26º | 0.97% | 0.78% | - |
| XYZ | 30.18 | 25.35 | 3.45 | - |
| YUV | 129.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 5 | 0 | 0.40 | 0.97 | 0.22 | 35.26 | 0.95 | 0.4 |
| Hex | C7 | 77 | 5 | 0 | 28 | 61 | 16 | 23 | 5F | 28 |
| Octal | 307 | 167 | 5 | 0 | 50 | 141 | 26 | 43 | 137 | 50 |
| Binary | 11000111 | 1110111 | 101 | 0 | 101000 | 1100001 | 10110 | 100011 | 1011111 | 101000 |
Color Harmonies of #C77705
Complementary color
Monochromatic Colors of #C77705
Black with #C77705
Text Example
Text Example
White with #C77705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77705; }
p { color: rgb(199,119,5); }
H1.HeaderClassName
{
color: #C77705;
}
.AnyTagClassName
{
color: #C77705;
}
</style>
background-color css
<style>
a { background-color: #C77705; }
a { background-color: rgb(199,119,5); }
div.DivClassName
{
background-color: #C77705;
}
.BgClassName
{
background-color: #C77705;
}
</style>
border-color css
<style>
span { border-color: #C77705; }
span { border-color: rgb(199,119,5); }
td.TdClassName
{
border-color: #C77705;
}
.TagClassName
{
border-color: #C77705;
}
</style>