Shades of Dark Goldenrod #C77505
Tints of Dark Goldenrod #C77505
RGB
CMYK
RGB Variations
Color information
#C77505 (or 0xC77505) is known color: Dark Goldenrod. HEX triplet: C7, 75 and 05. RGB value is (199,117,5). Sum of RGB (Red+Green+Blue) = 199+117+5=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C77505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77505 is #388AFA. Grayscale: #818181. Windows color (decimal): -3705595 or 357831. OLE color: 357831.
HSL color Cylindrical-coordinate representation of color #C77505: hue angle of 34.64º 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 #C77505 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.22 |
| HSL | 34.64º | 0.95% | 0.4% | - |
| HSV(B) | 34.64º | 0.97% | 0.78% | - |
| XYZ | 29.94 | 24.88 | 3.37 | - |
| YUV | 128.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 5 | 0 | 0.41 | 0.97 | 0.22 | 34.64 | 0.95 | 0.4 |
| Hex | C7 | 75 | 5 | 0 | 29 | 61 | 16 | 23 | 5F | 28 |
| Octal | 307 | 165 | 5 | 0 | 51 | 141 | 26 | 43 | 137 | 50 |
| Binary | 11000111 | 1110101 | 101 | 0 | 101001 | 1100001 | 10110 | 100011 | 1011111 | 101000 |
Color Harmonies of #C77505
Complementary color
Monochromatic Colors of #C77505
Black with #C77505
Text Example
Text Example
White with #C77505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77505; }
p { color: rgb(199,117,5); }
H1.HeaderClassName
{
color: #C77505;
}
.AnyTagClassName
{
color: #C77505;
}
</style>
background-color css
<style>
a { background-color: #C77505; }
a { background-color: rgb(199,117,5); }
div.DivClassName
{
background-color: #C77505;
}
.BgClassName
{
background-color: #C77505;
}
</style>
border-color css
<style>
span { border-color: #C77505; }
span { border-color: rgb(199,117,5); }
td.TdClassName
{
border-color: #C77505;
}
.TagClassName
{
border-color: #C77505;
}
</style>