Shades of Dark Goldenrod #C07706
Tints of Dark Goldenrod #C07706
RGB
CMYK
RGB Variations
Color information
#C07706 (or 0xC07706) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 06. RGB value is (192,119,6). Sum of RGB (Red+Green+Blue) = 192+119+6=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C07706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07706 is #3F88F9. Grayscale: #808080. Windows color (decimal): -4163834 or 423872. OLE color: 423872.
HSL color Cylindrical-coordinate representation of color #C07706: hue angle of 36.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07706 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.25 |
| HSL | 36.45º | 0.94% | 0.39% | - |
| HSV(B) | 36.45º | 0.97% | 0.75% | - |
| XYZ | 28.37 | 24.41 | 3.39 | - |
| YUV | 127.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 6 | 0 | 0.38 | 0.97 | 0.25 | 36.45 | 0.94 | 0.39 |
| Hex | C0 | 77 | 6 | 0 | 26 | 61 | 19 | 24 | 5E | 27 |
| Octal | 300 | 167 | 6 | 0 | 46 | 141 | 31 | 44 | 136 | 47 |
| Binary | 11000000 | 1110111 | 110 | 0 | 100110 | 1100001 | 11001 | 100100 | 1011110 | 100111 |
Color Harmonies of #C07706
Complementary color
Monochromatic Colors of #C07706
Black with #C07706
Text Example
Text Example
White with #C07706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07706; }
p { color: rgb(192,119,6); }
H1.HeaderClassName
{
color: #C07706;
}
.AnyTagClassName
{
color: #C07706;
}
</style>
background-color css
<style>
a { background-color: #C07706; }
a { background-color: rgb(192,119,6); }
div.DivClassName
{
background-color: #C07706;
}
.BgClassName
{
background-color: #C07706;
}
</style>
border-color css
<style>
span { border-color: #C07706; }
span { border-color: rgb(192,119,6); }
td.TdClassName
{
border-color: #C07706;
}
.TagClassName
{
border-color: #C07706;
}
</style>