Shades of Dark Goldenrod #C07710
Tints of Dark Goldenrod #C07710
RGB
CMYK
RGB Variations
Color information
#C07710 (or 0xC07710) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 10. RGB value is (192,119,16). Sum of RGB (Red+Green+Blue) = 192+119+16=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07710 is #3F88EF. Grayscale: #818181. Windows color (decimal): -4163824 or 1079232. OLE color: 1079232.
HSL color Cylindrical-coordinate representation of color #C07710: hue angle of 35.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07710 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.25 |
| HSL | 35.11º | 0.85% | 0.41% | - |
| HSV(B) | 35.11º | 0.92% | 0.75% | - |
| XYZ | 28.43 | 24.44 | 3.71 | - |
| YUV | 129.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 16 | 0 | 0.38 | 0.92 | 0.25 | 35.11 | 0.85 | 0.41 |
| Hex | C0 | 77 | 10 | 0 | 26 | 5C | 19 | 23 | 55 | 29 |
| Octal | 300 | 167 | 20 | 0 | 46 | 134 | 31 | 43 | 125 | 51 |
| Binary | 11000000 | 1110111 | 10000 | 0 | 100110 | 1011100 | 11001 | 100011 | 1010101 | 101001 |
Color Harmonies of #C07710
Complementary color
Monochromatic Colors of #C07710
Black with #C07710
Text Example
Text Example
White with #C07710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07710; }
p { color: rgb(192,119,16); }
H1.HeaderClassName
{
color: #C07710;
}
.AnyTagClassName
{
color: #C07710;
}
</style>
background-color css
<style>
a { background-color: #C07710; }
a { background-color: rgb(192,119,16); }
div.DivClassName
{
background-color: #C07710;
}
.BgClassName
{
background-color: #C07710;
}
</style>
border-color css
<style>
span { border-color: #C07710; }
span { border-color: rgb(192,119,16); }
td.TdClassName
{
border-color: #C07710;
}
.TagClassName
{
border-color: #C07710;
}
</style>